public function PaymentMethodCapturePaymentInterface::getPaymentCaptureResult in Payment 8.2
Gets the payment capture status.
Return value
\Drupal\payment\OperationResultInterface
1 method overrides PaymentMethodCapturePaymentInterface::getPaymentCaptureResult()
- PaymentMethodBase::getPaymentCaptureResult in src/
Plugin/ Payment/ Method/ PaymentMethodBase.php - Gets the payment capture status.
File
- src/
Plugin/ Payment/ Method/ PaymentMethodCapturePaymentInterface.php, line 51
Class
- PaymentMethodCapturePaymentInterface
- Defines a payment method that can capture authorized payments.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function getPaymentCaptureResult();