clean up wallet

This commit is contained in:
omair saleh
2022-02-07 16:08:37 +08:00
parent 5a9318d67b
commit 7b02e735a7
@@ -545,7 +545,7 @@
payment_method: this.paymentMethod.id, payment_method: this.paymentMethod.id,
amount: this.amount amount: this.amount
}; };
this.submit(route('api.booking.payment.quotation', this.item.id), 'post', this.section, false, false) this.submit(route('api.booking.payment.quotation', this.item.id), 'post', this.section, false, false)
this.calculation = null; this.calculation = null;
}, },