default shipping and billing address
This commit is contained in:
parent
00b40689f5
commit
efcf0cd4b1
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue