PHP Класс Smalot\Magento\CustomerBalance\StoreCreditQuote

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

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

Метод Описание
removeAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to remove store credit amount from the shopping cart (quote) and increase the customer store credit.
setAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to set amount from the customer store credit to the shopping cart.

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

removeAmount() публичный метод

Allows you to remove store credit amount from the shopping cart (quote) and increase the customer store credit.
public removeAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId string
$store string
Результат Smalot\Magento\ActionInterface

setAmount() публичный метод

Allows you to set amount from the customer store credit to the shopping cart.
public setAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId string
$store string
Результат Smalot\Magento\ActionInterface