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 10f880c commit 775eab4Copy full SHA for 775eab4
app/code/Magento/Checkout/view/frontend/web/js/view/shipping-information.js
@@ -36,8 +36,6 @@ define([
36
}
37
38
return shippingMethod ? shippingMethod['carrier_title'] + shippingMethodTitle : shippingMethod['carrier_title'];
39
-
40
- //return shippingMethod ? shippingMethod['carrier_title'] + ' - ' + shippingMethod['method_title'] : '';
41
},
42
43
/**
0 commit comments