Release 7.1.0

This commit is contained in:
Alberto G. Viu
2025-09-11 10:20:45 +02:00
parent d91a29c6b7
commit 2aafa38085
129 changed files with 688 additions and 131 deletions
@@ -5,12 +5,21 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<!-- Commands -->
<service id="VRPaymentPayment\Core\Checkout\Subscription\Command\GenerateSubscriptionOrderCommand">
<argument type="service" id="Symfony\Component\Messenger\MessageBusInterface"/>
<argument type="service" id="subscription.repository" on-invalid="null" />
<tag name="console.command"/>
</service>
<!-- Services -->
<service id="VRPaymentPayment\Core\Checkout\PaymentHandler\VRPaymentPaymentHandler">
<argument type="service" id="VRPaymentPayment\Core\Checkout\Cart\CustomCartPersister"/>
<argument type="service" id="VRPaymentPayment\Core\Api\Transaction\Service\TransactionService"/>
<argument type="service" id="Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler"/>
<argument type="service" id="Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"/>
<argument type="service" id="order_transaction.repository"/>
<argument type="service" id="subscription.repository" on-invalid="null" />
<call method="setLogger">
<argument type="service" id="monolog.logger.vrpayment_payment"/>
</call>