PHP 클래스 Smalot\Magento\Cart\CartPayment

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

공개 메소드들

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