Frage

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'); },

War es hilfreich?

Lösung

Code written in this function will execute first

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top