Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Protected Attributes | |
$billingAddressManagement | |
$paymentMethodManagement | |
$cartManagement | |
$paymentInformationManagement | |
$quoteIdMaskFactory | |
$cartRepository | |
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 19 of file GuestPaymentInformationManagement.php.
__construct | ( | \Magento\Quote\Api\GuestBillingAddressManagementInterface | $billingAddressManagement, |
\Magento\Quote\Api\GuestPaymentMethodManagementInterface | $paymentMethodManagement, | ||
\Magento\Quote\Api\GuestCartManagementInterface | $cartManagement, | ||
\Magento\Checkout\Api\PaymentInformationManagementInterface | $paymentInformationManagement, | ||
\Magento\Quote\Model\QuoteIdMaskFactory | $quoteIdMaskFactory, | ||
CartRepositoryInterface | $cartRepository, | ||
ResourceConnection | $connectionPool = null |
||
) |
\Magento\Quote\Api\GuestBillingAddressManagementInterface | $billingAddressManagement | |
\Magento\Quote\Api\GuestPaymentMethodManagementInterface | $paymentMethodManagement | |
\Magento\Quote\Api\GuestCartManagementInterface | $cartManagement | |
\Magento\Checkout\Api\PaymentInformationManagementInterface | $paymentInformationManagement | |
\Magento\Quote\Model\QuoteIdMaskFactory | $quoteIdMaskFactory | |
CartRepositoryInterface | $cartRepository | |
ResourceConnection|null | @codeCoverageIgnore |
Definition at line 72 of file GuestPaymentInformationManagement.php.
getPaymentInformation | ( | $cartId | ) |
Get payment information
string | $cartId |
Implements GuestPaymentInformationManagementInterface.
Definition at line 161 of file GuestPaymentInformationManagement.php.
savePaymentInformationAndPlaceOrder | ( | $cartId, | |
$email, | |||
\Magento\Quote\Api\Data\PaymentInterface | $paymentMethod, | ||
\Magento\Quote\Api\Data\AddressInterface | $billingAddress = null |
||
) |
Definition at line 93 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 25 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 35 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 50 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 40 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 30 of file GuestPaymentInformationManagement.php.
|
protected |
Definition at line 45 of file GuestPaymentInformationManagement.php.