Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (GuaranteeCancelingServiceInterface $guaranteeCancelingService) | |
afterDenyPayment (MethodInterface $subject, $result, InfoInterface $payment) | |
Plugin for Magento\Payment\Model\MethodInterface.
Definition at line 17 of file PaymentPlugin.php.
__construct | ( | GuaranteeCancelingServiceInterface | $guaranteeCancelingService | ) |
GuaranteeCancelingServiceInterface | $guaranteeCancelingService |
Definition at line 27 of file PaymentPlugin.php.
afterDenyPayment | ( | MethodInterface | $subject, |
$result, | |||
InfoInterface | $payment | ||
) |
Performs Signifyd guarantee cancel operation after payment denying.
MethodInterface | $subject | |
MethodInterface | bool | $result | |
InfoInterface | $payment |
Definition at line 44 of file PaymentPlugin.php.