From 7b02e735a7c77cd74c8a4d4d20aedc551df09f78 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 7 Feb 2022 16:08:37 +0800 Subject: [PATCH] clean up wallet --- .../bookings/forms/BookingPaymentQuotationComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index c7a9f60f..e10e4227 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -545,7 +545,7 @@ payment_method: this.paymentMethod.id, amount: this.amount }; - + this.submit(route('api.booking.payment.quotation', this.item.id), 'post', this.section, false, false) this.calculation = null; },