We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c510a commit 51e3955Copy full SHA for 51e3955
app/code/Magento/Paypal/Model/Express/Checkout.php
@@ -1194,7 +1194,7 @@ public function getCustomerSession()
1194
* @param \Magento\Quote\Model\Quote\Address|null $address
1195
* @return void
1196
*/
1197
- private function setShippingOptions(PaypalCart $cart, $address)
+ private function setShippingOptions(PaypalCart $cart, Address $address = null)
1198
{
1199
// for included tax always disable line items (related to paypal amount rounding problem)
1200
$this->_api->setIsLineItemsEnabled($this->_config->getValue(PaypalConfig::TRANSFER_CART_LINE_ITEMS));
0 commit comments