You are here

protected function PaymentTestNoResponse::doRefundPayment in Payment 8.2

Performs the actual payment refund.

Overrides PaymentMethodBase::doRefundPayment

File

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

Class

PaymentTestNoResponse
A testing payment method.

Namespace

Drupal\payment_test\Plugin\Payment\Method

Code

protected function doRefundPayment() {
}