You are here

protected function PaymentTestNoResponse::doCapturePayment in Payment 8.2

Performs the actual payment capture.

Overrides PaymentMethodBase::doCapturePayment

File

modules/payment_test/src/Plugin/Payment/Method/PaymentTestNoResponse.php, line 42

Class

PaymentTestNoResponse
A testing payment method.

Namespace

Drupal\payment_test\Plugin\Payment\Method

Code

protected function doCapturePayment() {
}