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 93470f8 commit 2982745Copy full SHA for 2982745
app/code/Magento/Checkout/view/frontend/web/js/model/quote.js
@@ -158,7 +158,7 @@ define([
158
const selectedShippingMethod = checkoutData.getSelectedShippingRate();
159
return selectedShippingMethod ? selectedShippingMethod :
160
this.shippingMethod() ?
161
- this.shippingMethod()['carrier_code'] + '_' + quote.shippingMethod()['method_code'] :
+ this.shippingMethod()['carrier_code'] + '_' + this.shippingMethod()['method_code'] :
162
null;
163
}
164
};
0 commit comments