You are here

public function PaymentTypeInterface::getResumeContextResponse in Payment 8.2

Resumes the payer's original workflow.

Return value

\Drupal\payment\Response\ResponseInterface

See also

self::resumeContextAccess

1 method overrides PaymentTypeInterface::getResumeContextResponse()
PaymentTypeBase::getResumeContextResponse in src/Plugin/Payment/Type/PaymentTypeBase.php
Resumes the payer's original workflow.

File

src/Plugin/Payment/Type/PaymentTypeInterface.php, line 44

Class

PaymentTypeInterface
A payment type plugin.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

public function getResumeContextResponse();