You are here

protected function Unavailable::doGetResumeContextResponse in Payment 8.2

Performs the actual context resumption.

Return value

\Drupal\payment\Response\ResponseInterface

Overrides PaymentTypeBase::doGetResumeContextResponse

File

src/Plugin/Payment/Type/Unavailable.php, line 63

Class

Unavailable
An unavailable payment type.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

protected function doGetResumeContextResponse() {
  throw new NotFoundHttpException();
}