Method | Description | |
---|---|---|
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. |
public removeAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface | ||
$quoteId | string | |
$store | string | |
return | Smalot\Magento\ActionInterface |