Skip to content

Commit

Permalink
removed unused service
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDomin committed Oct 27, 2020
1 parent 5cdd1b1 commit 8132065
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
43 changes: 0 additions & 43 deletions src/Controller/CancelPayPalCheckoutPaymentAction.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/Resources/config/services/controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<argument type="service" id="sylius.order_processing.order_payment_processor.checkout" />
</service>

<service id="Sylius\PayPalPlugin\Controller\CancelPayPalCheckoutPaymentAction">
<argument type="service" id="Sylius\PayPalPlugin\Provider\PaymentProviderInterface" />
<argument type="service" id="Sylius\PayPalPlugin\Manager\PaymentStateManagerInterface" />
</service>

<service id="Sylius\PayPalPlugin\Controller\CompletePayPalOrderAction">
<argument type="service" id="Sylius\PayPalPlugin\Manager\PaymentStateManagerInterface" />
<argument type="service" id="router" />
Expand Down
6 changes: 0 additions & 6 deletions src/Resources/config/shop_routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ sylius_paypal_plugin_cancel_payment:
defaults:
_controller: Sylius\PayPalPlugin\Controller\CancelPayPalPaymentAction

sylius_paypal_plugin_cancel_checkout_payment:
path: /cancel-pay-pal-checkout-payment
methods: [POST]
defaults:
_controller: Sylius\PayPalPlugin\Controller\CancelPayPalCheckoutPaymentAction

sylius_paypal_plugin_payment_error:
path: /pay-pal-payment-error
methods: [POST]
Expand Down

0 comments on commit 8132065

Please sign in to comment.