public function PaymentMethodBase::getPaymentExecutionResult in Payment 8.2
Gets the payment execution status.
Return value
\Drupal\payment\OperationResultInterface
Overrides PaymentMethodInterface::getPaymentExecutionResult
1 call to PaymentMethodBase::getPaymentExecutionResult()
- PaymentMethodBase::executePayment in src/
Plugin/ Payment/ Method/ PaymentMethodBase.php - Executes the payment.
1 method overrides PaymentMethodBase::getPaymentExecutionResult()
- PaymentTestResponse::getPaymentExecutionResult in modules/
payment_test/ src/ Plugin/ Payment/ Method/ PaymentTestResponse.php - Gets the payment execution status.
File
- src/
Plugin/ Payment/ Method/ PaymentMethodBase.php, line 251
Class
- PaymentMethodBase
- A base payment method plugin.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function getPaymentExecutionResult() {
return new OperationResult();
}