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