Missing service renaming

This commit is contained in:
Francis Hilaire 2024-02-22 21:52:01 +01:00 committed by Grzegorz Sadowski
parent f8d2ee9f08
commit c021f6e757
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -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>