default shipping and billing address

This commit is contained in:
rahul shukla 2019-11-05 12:47:00 +05:30
parent 00b40689f5
commit efcf0cd4b1
1 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,8 @@
this_this.completed_step = this_this.step_numbers[response.data.jump_to_section] + 1;
this_this.current_step = this_this.step_numbers[response.data.jump_to_section];
shippingMethods = response.data.shippingMethods;
this_this.getOrderSummary();
})
.catch(function (error) {
@ -281,6 +283,8 @@
this_this.completed_step = this_this.step_numbers[response.data.jump_to_section] + 1;
this_this.current_step = this_this.step_numbers[response.data.jump_to_section];
paymentMethods = response.data.paymentMethods;
this_this.getOrderSummary();
})
.catch(function (error) {