You are here

9 calls to PaymentGatewayBase::assertPaymentState() in Commerce Core 8.2

Manual::createPayment in modules/payment/src/Plugin/Commerce/PaymentGateway/Manual.php
Creates a payment.
Manual::receivePayment in modules/payment/src/Plugin/Commerce/PaymentGateway/Manual.php
Receives the given payment.
Manual::refundPayment in modules/payment/src/Plugin/Commerce/PaymentGateway/Manual.php
Refunds the given payment.
Manual::voidPayment in modules/payment/src/Plugin/Commerce/PaymentGateway/Manual.php
Voids the given payment.
Onsite::capturePayment in modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
Captures the given authorized payment.
Onsite::createPayment in modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
Creates a payment.
Onsite::refundPayment in modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
Refunds the given payment.
Onsite::voidPayment in modules/payment_example/src/Plugin/Commerce/PaymentGateway/Onsite.php
Voids the given payment.
StoredOffsiteRedirect::createPayment in modules/payment_example/src/Plugin/Commerce/PaymentGateway/StoredOffsiteRedirect.php
Creates a payment.