From 3b04b3630ab919c5783dd5caee1b5eeda6a5160f Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 7 Feb 2022 16:16:21 +0800 Subject: [PATCH] clean up wallet --- .../bookings/forms/BookingPaymentQuotationComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index e10e4227..93212152 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -455,7 +455,7 @@
-
+
You don't have sufficient credit in your wallet to complete this transaction. Please Reload your wallet.

change the payment method?

@@ -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; },