PHP Класс Smalot\Magento\Cart\CartPayment

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
getList ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to retrieve a list of available payment methods for a shopping cart (quote).
getMethod ( integer $quoteId, array $paymentData, string $store = null ) : Smalot\Magento\ActionInterface Allows you to set a payment method for a shopping cart (quote).

Описание методов

getList() публичный Метод

Allows you to retrieve a list of available payment methods for a shopping cart (quote).
public getList ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$store string
Результат Smalot\Magento\ActionInterface

getMethod() публичный Метод

Allows you to set a payment method for a shopping cart (quote).
public getMethod ( integer $quoteId, array $paymentData, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$paymentData array
$store string
Результат Smalot\Magento\ActionInterface