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 775eab4 commit d8c8574Copy full SHA for d8c8574
app/code/Magento/Checkout/view/frontend/web/js/view/shipping-information.js
@@ -28,8 +28,8 @@ define([
28
* @return {String}
29
*/
30
getShippingMethodTitle: function () {
31
- var shippingMethod = quote.shippingMethod();
32
- var shippingMethodTitle = '';
+ var shippingMethod = quote.shippingMethod(),
+ shippingMethodTitle = '';
33
34
if (typeof shippingMethod['method_title'] !== 'undefined') {
35
shippingMethodTitle = ' - ' + shippingMethod['method_title'];
0 commit comments