You are here

public function PaymentMethodInterface::getPaymentExecutionResult in Payment 8.2

Gets the payment execution status.

Return value

\Drupal\payment\OperationResultInterface

2 methods override PaymentMethodInterface::getPaymentExecutionResult()
PaymentMethodBase::getPaymentExecutionResult in src/Plugin/Payment/Method/PaymentMethodBase.php
Gets the payment execution status.
Unavailable::getPaymentExecutionResult in src/Plugin/Payment/Method/Unavailable.php
Gets the payment execution status.

File

src/Plugin/Payment/Method/PaymentMethodInterface.php, line 65

Class

PaymentMethodInterface
Defines a payment method.

Namespace

Drupal\payment\Plugin\Payment\Method

Code

public function getPaymentExecutionResult();