From b7a40c19af80d6f6f863d9c926f72b05730fce41 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Thu, 17 Jun 2021 12:21:17 +0800 Subject: [PATCH] switch default form payment type to full payment --- .../vue/components/bookings/forms/BookingFormComponent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue index 8a7717a8..e5325481 100644 --- a/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingFormComponent.vue @@ -97,13 +97,13 @@
-
Deposit
Full Payment
+
Deposit
-
** If you like to create a single invoice for your purchase order, please key in the full amount of your purchase order in the form below. You will still be able to make partial payment for the transfer request with your deposit amount when making payment.
+
** If you like to create a single invoice for your purchase order, please key in the full amount of your purchase order in the form below. You will still be able to make partial payment for the transfer request with your deposit amount when making payment.
@@ -153,7 +153,7 @@ export default { data(){ return { - paymentType: 0, + paymentType: 1, serviceType: { status: false, name: '',