Question

Would like to know what does this fucntion does in billing-address.js
initialize: function () { this._super(); quote.paymentMethod.subscribe(function () { checkoutDataResolver.resolveBillingAddress(); }, this); shippingRatesValidator.initFields(this.get('name') + '.form-fields'); },

Was it helpful?

Solution

Code written in this function will execute first

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top