remove extra changes

This commit is contained in:
Shubham Mehrotra 2020-05-18 14:44:13 +05:30
parent be644f6134
commit 7cf09f56ac
3 changed files with 5 additions and 7 deletions

View File

@ -499,15 +499,13 @@
backToSavedBillingAddress: function () {
this.new_billing_address = false;
this.validateFormAfterAction()
setTimeout(() => {
this.validateForm('address-form');
}, 0);
},
backToSavedShippingAddress: function () {
this.new_shipping_address = false;
this.validateFormAfterAction()
},
validateFormAfterAction: function () {
setTimeout(() => {
this.validateForm('address-form');
}, 0);

View File

@ -83,7 +83,7 @@
type="checkbox"
id="billing[use_for_shipping]"
name="billing[use_for_shipping]"
@change="validateFormAfterAction"
@change="setTimeout(() => validateForm('address-form'), 0)"
v-model="address.billing.use_for_shipping" />
<span class="ml-5">

View File

@ -514,7 +514,7 @@
type="checkbox"
id="billing[use_for_shipping]"
name="billing[use_for_shipping]"
@change="validateFormAfterAction"
@change="setTimeout(() => validateForm('address-form'), 0)"
v-model="address.billing.use_for_shipping" />
<span class="ml-5">