Issue #3468552: Require creating payment method on free orders.
parent
35f59e95
No related branches found
No related tags found
Showing
- modules/payment/commerce_payment.services.yml 6 additions, 0 deletionsmodules/payment/commerce_payment.services.yml
- modules/payment/config/schema/commerce_payment.schema.yml 7 additions, 0 deletionsmodules/payment/config/schema/commerce_payment.schema.yml
- modules/payment/src/Event/PaymentEvents.php 9 additions, 0 deletionsmodules/payment/src/Event/PaymentEvents.php
- modules/payment/src/Event/RequirePaymentMethodEvent.php 52 additions, 0 deletionsmodules/payment/src/Event/RequirePaymentMethodEvent.php
- modules/payment/src/EventSubscriber/ZeroBalanceOrderSubscriber.php 49 additions, 0 deletions...ayment/src/EventSubscriber/ZeroBalanceOrderSubscriber.php
- modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentCheckoutPaneBase.php 47 additions, 0 deletions.../Plugin/Commerce/CheckoutPane/PaymentCheckoutPaneBase.php
- modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php 72 additions, 19 deletions...t/src/Plugin/Commerce/CheckoutPane/PaymentInformation.php
- modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentProcess.php 6 additions, 13 deletions...yment/src/Plugin/Commerce/CheckoutPane/PaymentProcess.php
- modules/payment/src/Plugin/Commerce/PaymentGateway/SupportsZeroBalanceOrderInterface.php 20 additions, 0 deletions...erce/PaymentGateway/SupportsZeroBalanceOrderInterface.php
- modules/payment/tests/modules/commerce_payment_test/commerce_payment_test.services.yml 4 additions, 0 deletions.../commerce_payment_test/commerce_payment_test.services.yml
- modules/payment/tests/modules/commerce_payment_test/src/EventSubscriber/RequirePaymentMethodSubscriber.php 34 additions, 0 deletions...st/src/EventSubscriber/RequirePaymentMethodSubscriber.php
- modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php 136 additions, 0 deletions...nt/tests/src/FunctionalJavascript/PaymentCheckoutTest.php
- modules/payment/tests/src/Kernel/FilterPaymentGatewaysEventTest.php 66 additions, 0 deletions...yment/tests/src/Kernel/FilterPaymentGatewaysEventTest.php
- modules/payment_example/src/Controller/DummyRedirectController.php 2 additions, 2 deletions...ayment_example/src/Controller/DummyRedirectController.php
- modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php 2 additions, 1 deletion...ent_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
- modules/payment_example/src/Plugin/Commerce/PaymentGateway/StoredOffsiteRedirect.php 13 additions, 2 deletions.../Plugin/Commerce/PaymentGateway/StoredOffsiteRedirect.php
Loading
Please register or sign in to comment