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 d8c8574 commit 86228e9Copy full SHA for 86228e9
app/code/Magento/Checkout/view/frontend/web/js/view/shipping-information.js
@@ -35,7 +35,9 @@ define([
35
shippingMethodTitle = ' - ' + shippingMethod['method_title'];
36
}
37
38
- return shippingMethod ? shippingMethod['carrier_title'] + shippingMethodTitle : shippingMethod['carrier_title'];
+ return shippingMethod ?
39
+ shippingMethod['carrier_title'] + shippingMethodTitle :
40
+ shippingMethod['carrier_title'];
41
},
42
43
/**
0 commit comments