Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_payment.php
Go to the documentation of this file.
1 <?php
8 $quote->load('test01', 'reserved_order_id');
9 
10 $payment = $quote->getPayment();
11 $payment->setMethod(\Magento\Paypal\Model\Config::METHOD_WPP_EXPRESS)
12  ->setAdditionalInformation(\Magento\Paypal\Model\Express\Checkout::PAYMENT_INFO_TRANSPORT_PAYER_ID, 123);
13 $quote->collectTotals()->save();
$payment
$quote