Skip to content

Commit 2b918da

Browse files
MC-36088: Non-relevant shipping method available for checkout
1 parent 3ae37b3 commit 2b918da

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ define([
304304
!quote.shippingMethod()['method_code'] ||
305305
!quote.shippingMethod()['carrier_code']
306306
) {
307-
if (!quote.shippingMethod()['method_code']) {
307+
if (!quote.shippingMethod()['method_code']) {//eslint-disable-line max-depth
308308
this.errorValidationMessage(
309309
$t('The shipping method is missing. Select the shipping method and try again.')
310310
);

0 commit comments

Comments
 (0)