PHP 클래스 Smalot\Magento\CustomerBalance\StoreCreditQuote

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
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