From 0808d86af91eef2683563c70ab80062a64322645 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Thu, 13 Oct 2022 01:34:00 +0800 Subject: [PATCH] fix payment ui & reload issue --- .../elements/CustomerPaymentsBillingComponent.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue index ff2c5683..9063cc95 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue @@ -63,8 +63,9 @@ -
-
{{ expanded ? 'Cancel' : 'Make Payment' }}
+
+
+ {{ expanded ? 'Cancel' : 'Make Payment' }}
@@ -187,7 +188,7 @@ packing_list_id: null, transaction_details: [], }, - expanded: false, + expanded: true, } }, computed: {