Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
PaymentFailuresInterface Interface Reference
Inheritance diagram for PaymentFailuresInterface:
PaymentFailuresService

Public Member Functions

 handle (int $cartId, string $errorMessage, string $checkoutType='onepage')
 

Detailed Description

Interface for managing payment gateway failures.

Definition at line 13 of file PaymentFailuresInterface.php.

Member Function Documentation

◆ handle()

handle ( int  $cartId,
string  $errorMessage,
string  $checkoutType = 'onepage' 
)

Handles payment gateway failures.

Parameters
int$cartId
string$errorMessage
string$checkoutType
Returns
PaymentFailuresInterface

Implemented in PaymentFailuresService.


The documentation for this interface was generated from the following file: