Skip to content

Commit

Permalink
removed unused controller
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDomin committed Oct 26, 2020
1 parent 6622377 commit cc82d09
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 98 deletions.
82 changes: 0 additions & 82 deletions src/Controller/PayWithPayPalFormAction.php

This file was deleted.

8 changes: 0 additions & 8 deletions src/Resources/config/services/controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@
<argument type="service" id="Sylius\PayPalPlugin\Api\IdentityApiInterface" />
</service>

<service id="Sylius\PayPalPlugin\Controller\PayWithPayPalFormAction">
<argument type="service" id="twig" />
<argument type="service" id="sylius.repository.payment" />
<argument type="service" id="Sylius\PayPalPlugin\Provider\AvailableCountriesProviderInterface" />
<argument type="service" id="Sylius\PayPalPlugin\Api\CacheAuthorizeClientApiInterface" />
<argument type="service" id="Sylius\PayPalPlugin\Api\IdentityApiInterface" />
</service>

<service id="Sylius\PayPalPlugin\Controller\ProcessPayPalOrderAction">
<argument type="service" id="sylius.repository.order" />
<argument type="service" id="sylius.repository.customer" />
Expand Down
6 changes: 0 additions & 6 deletions src/Resources/config/shop_routing.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
sylius_paypal_plugin_pay_with_paypal_form:
path: /pay-with-paypal/{id}
methods: [GET]
defaults:
_controller: Sylius\PayPalPlugin\Controller\PayWithPayPalFormAction

sylius_paypal_plugin_create_paypal_order:
path: /create-pay-pal-order/{id}
methods: [POST]
Expand Down
1 change: 0 additions & 1 deletion tests/Application/templates/bundles/SyliusAdminBundle

This file was deleted.

1 change: 0 additions & 1 deletion tests/Application/templates/bundles/SyliusShopBundle

This file was deleted.

0 comments on commit cc82d09

Please sign in to comment.