This commit is contained in:
Shubham Mehrotra 2020-04-13 13:36:16 +05:30
parent 8e93a3ffb8
commit 21a62ff05a
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@
this.$http.post("{{ route('shop.checkout.save-address') }}", this.address)
.then(response => {
this.disable_button = false;
this.isPlaceOrderEnabled = true;
if (this.step_numbers[response.data.jump_to_section] == 2) {
this.showShippingSection = true;