Skip to content

Commit

Permalink
bug #167 [Payum] Define resolve next route action only for paypal gat…
Browse files Browse the repository at this point in the history
…eway (lchrusciel)

This PR was merged into the 1.0 branch.

Discussion
----------

Replacement of #166 

Commits
-------

439d861 [Payum] Define resolve next route action only for paypal gateway
  • Loading branch information
Zales0123 authored Nov 16, 2020
2 parents 6ac7cc5 + 439d861 commit f1b8091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services/payum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</service>

<service id="Sylius\PayPalPlugin\Payum\Action\ResolveNextRouteAction" public="true">
<tag name="payum.action" all="true" alias="sylius.resolve_next_route" />
<tag name="payum.action" factory="sylius.pay_pal" alias="sylius.resolve_next_route" />
</service>
</services>
</container>

0 comments on commit f1b8091

Please sign in to comment.