Issue #3153381 by lisastreeter, rszrama, jsacksick, mglaman, zaporylie,...
Issue #3153381 by lisastreeter, rszrama, jsacksick, mglaman, zaporylie, rhovland: Add an "AVS response code" base field to Payment entities
Showing
- modules/payment/commerce_payment.install 19 additions, 0 deletionsmodules/payment/commerce_payment.install
- modules/payment/src/CreditCard.php 66 additions, 0 deletionsmodules/payment/src/CreditCard.php
- modules/payment/src/Entity/Payment.php 40 additions, 0 deletionsmodules/payment/src/Entity/Payment.php
- modules/payment/src/Entity/PaymentInterface.php 36 additions, 0 deletionsmodules/payment/src/Entity/PaymentInterface.php
- modules/payment/src/PaymentListBuilder.php 10 additions, 0 deletionsmodules/payment/src/PaymentListBuilder.php
- modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php 11 additions, 0 deletions...src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php
- modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayInterface.php 13 additions, 0 deletions...lugin/Commerce/PaymentGateway/PaymentGatewayInterface.php
- modules/payment/tests/src/Functional/DefaultPaymentAdminTest.php 2 additions, 0 deletions.../payment/tests/src/Functional/DefaultPaymentAdminTest.php
- modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php 6 additions, 0 deletions...nt/tests/src/FunctionalJavascript/PaymentCheckoutTest.php
- modules/payment/tests/src/Kernel/Entity/PaymentTest.php 9 additions, 0 deletionsmodules/payment/tests/src/Kernel/Entity/PaymentTest.php
- modules/payment/tests/src/Unit/CreditCardTest.php 17 additions, 0 deletionsmodules/payment/tests/src/Unit/CreditCardTest.php
- modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php 18 additions, 0 deletions...ent_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
- modules/payment_example/src/Plugin/Commerce/PaymentGateway/StoredOffsiteRedirect.php 18 additions, 0 deletions.../Plugin/Commerce/PaymentGateway/StoredOffsiteRedirect.php
Loading
Please register or sign in to comment