File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Model/Express Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1191,10 +1191,10 @@ public function getCustomerSession()
1191
1191
/**
1192
1192
* Set shipping options to api
1193
1193
* @param \Magento\Paypal\Model\Cart $cart
1194
- * @param \Magento\Quote\Model\Quote\Address $address
1194
+ * @param \Magento\Quote\Model\Quote\Address|null $address
1195
1195
* @return void
1196
1196
*/
1197
- private function setShippingOptions (PaypalCart $ cart , Address $ address )
1197
+ private function setShippingOptions (PaypalCart $ cart , $ address )
1198
1198
{
1199
1199
// for included tax always disable line items (related to paypal amount rounding problem)
1200
1200
$ this ->_api ->setIsLineItemsEnabled ($ this ->_config ->getValue (PaypalConfig::TRANSFER_CART_LINE_ITEMS ));
You can’t perform that action at this time.
0 commit comments