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 e97e0e0 commit 64606aaCopy full SHA for 64606aa
app/code/Magento/Checkout/view/frontend/web/js/view/billing-address.js
@@ -73,9 +73,7 @@ function (
73
quote.paymentMethod.subscribe(function () {
74
checkoutDataResolver.resolveBillingAddress();
75
}, this);
76
- shippingRatesValidator.initFields(
77
- 'checkout.steps.billing-step.payment.payments-list.checkmo-form.form-fields'
78
- );
+ shippingRatesValidator.initFields(this.get('name') + '.form-fields');
79
},
80
81
/**
0 commit comments