Skip to content

Commit 0e8ffeb

Browse files
committed
Fixed issue of Shipping issue on PayPal Express #14712
1 parent 619f2db commit 0e8ffeb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Quote/Model/Quote/Address/Total

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Address/Total/Shipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function fetch(\Magento\Quote\Model\Quote $quote, \Magento\Quote\Model\Qu
111111
{
112112
$amount = $total->getShippingAmount();
113113
$shippingDescription = $total->getShippingDescription();
114-
$title = ($amount != 0 && $shippingDescription)
114+
$title = ($shippingDescription)
115115
? __('Shipping & Handling (%1)', $shippingDescription)
116116
: __('Shipping & Handling');
117117

0 commit comments

Comments
 (0)