mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Missing service renaming
This commit is contained in:
parent
f8d2ee9f08
commit
c021f6e757
1 changed files with 3 additions and 3 deletions
|
|
@ -23,15 +23,15 @@
|
|||
<tag name="sylius.payment_request.command_provider" gateway-factory="paypal_express_checkout" />
|
||||
</service>
|
||||
|
||||
<service id="sylius.payment_request.payum.command_provider.paypal_express_checkout_nvp.capture" class="Sylius\Bundle\CoreBundle\PaymentRequest\Payum\CommandProvider\CaptureCommandProvider">
|
||||
<service id="sylius.payment_request.payum.command_provider.paypal_express_checkout_nvp.capture" class="Sylius\Bundle\CoreBundle\PaymentRequest\CommandProvider\Payum\CaptureCommandProvider">
|
||||
<tag name="sylius.payment_request.command_provider.payum.paypal_express_checkout" type="capture" />
|
||||
</service>
|
||||
|
||||
<service id="sylius.payment_request.command_provider.payum.paypal_express_checkout_nvp.authorize" class="Sylius\Bundle\CoreBundle\PaymentRequest\Payum\CommandProvider\AuthorizeCommandProvider">
|
||||
<service id="sylius.payment_request.command_provider.payum.paypal_express_checkout_nvp.authorize" class="Sylius\Bundle\CoreBundle\PaymentRequest\CommandProvider\Payum\AuthorizeCommandProvider">
|
||||
<tag name="sylius.payment_request.command_provider.payum.paypal_express_checkout" type="authorize" />
|
||||
</service>
|
||||
|
||||
<service id="sylius.payment_request.command_provider.payum.paypal_express_checkout_nvp.status" class="Sylius\Bundle\CoreBundle\PaymentRequest\Payum\CommandProvider\StatusCommandProvider">
|
||||
<service id="sylius.payment_request.command_provider.payum.paypal_express_checkout_nvp.status" class="Sylius\Bundle\CoreBundle\PaymentRequest\CommandProvider\Payum\StatusCommandProvider">
|
||||
<tag name="sylius.payment_request.command_provider.payum.paypal_express_checkout" type="status" />
|
||||
</service>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue