Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Quote\Api\CartRepositoryInterface $quoteRepository, \Magento\Payment\Model\Checks\ZeroTotal $zeroTotalValidator, \Magento\Payment\Model\MethodList $methodList) | |
![]() | |
set ($cartId, \Magento\Quote\Api\Data\PaymentInterface $method) | |
get ($cartId) | |
getList ($cartId) | |
Protected Attributes | |
$quoteRepository | |
$zeroTotalValidator | |
$methodList | |
Class PaymentMethodManagement
Definition at line 15 of file PaymentMethodManagement.php.
__construct | ( | \Magento\Quote\Api\CartRepositoryInterface | $quoteRepository, |
\Magento\Payment\Model\Checks\ZeroTotal | $zeroTotalValidator, | ||
\Magento\Payment\Model\MethodList | $methodList | ||
) |
Constructor
\Magento\Quote\Api\CartRepositoryInterface | $quoteRepository | |
\Magento\Payment\Model\Checks\ZeroTotal | $zeroTotalValidator | |
\Magento\Payment\Model\MethodList | $methodList |
Definition at line 39 of file PaymentMethodManagement.php.
|
protected |
Definition at line 30 of file PaymentMethodManagement.php.
|
protected |
Definition at line 20 of file PaymentMethodManagement.php.
|
protected |
Definition at line 25 of file PaymentMethodManagement.php.