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 3ae37b3 commit 2b918daCopy full SHA for 2b918da
app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js
@@ -304,7 +304,7 @@ define([
304
!quote.shippingMethod()['method_code'] ||
305
!quote.shippingMethod()['carrier_code']
306
) {
307
- if (!quote.shippingMethod()['method_code']) {
+ if (!quote.shippingMethod()['method_code']) {//eslint-disable-line max-depth
308
this.errorValidationMessage(
309
$t('The shipping method is missing. Select the shipping method and try again.')
310
);
0 commit comments