You are here

8 calls to PaymentAwareTrait::getPayment() in Payment 8.2

PaymentMethodBase::buildConfigurationForm in src/Plugin/Payment/Method/PaymentMethodBase.php
Form constructor.
PaymentMethodBase::capturePayment in src/Plugin/Payment/Method/PaymentMethodBase.php
Captures the payment.
PaymentMethodBase::capturePaymentAccess in src/Plugin/Payment/Method/PaymentMethodBase.php
Checks if the payment can be captured.
PaymentMethodBase::executePayment in src/Plugin/Payment/Method/PaymentMethodBase.php
Executes the payment.
PaymentMethodBase::executePaymentAccess in src/Plugin/Payment/Method/PaymentMethodBase.php
Checks if the payment can be executed.
PaymentMethodBase::refundPayment in src/Plugin/Payment/Method/PaymentMethodBase.php
Refunds the payment.
PaymentMethodBase::refundPaymentAccess in src/Plugin/Payment/Method/PaymentMethodBase.php
Checks if the payment can be refunded.
PaymentTypeBase::getResumeContextResponse in src/Plugin/Payment/Type/PaymentTypeBase.php
Resumes the payer's original workflow.