From e63598271bab44bcafbf65a490f222fec215b3cd Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 5 Jul 2024 15:33:46 +1000 Subject: [PATCH] Adjustments for payment flow --- app/Livewire/Flow2/InvoicePay.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Livewire/Flow2/InvoicePay.php b/app/Livewire/Flow2/InvoicePay.php index 3244dfdad979..f47ea0088ec9 100644 --- a/app/Livewire/Flow2/InvoicePay.php +++ b/app/Livewire/Flow2/InvoicePay.php @@ -187,6 +187,8 @@ class InvoicePay extends Component } } } + + return $this->required_fields = false; }