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