diff --git a/app/Livewire/InvoicePay.php b/app/Livewire/InvoicePay.php index 4d0539bddc59..5bcb8ded0f61 100644 --- a/app/Livewire/InvoicePay.php +++ b/app/Livewire/InvoicePay.php @@ -43,8 +43,6 @@ class InvoicePay extends Component public $required_fields = false; - public $ready = true; - public array $context = []; #[On('update.context')] @@ -122,7 +120,6 @@ class InvoicePay extends Component // if($this->ready) - nlog("computed"); return ProcessPayment::class; } diff --git a/resources/views/portal/ninja2020/components/livewire/under-over-payments.blade.php b/resources/views/portal/ninja2020/components/livewire/under-over-payments.blade.php index 6001075a453e..45e9019adaa8 100644 --- a/resources/views/portal/ninja2020/components/livewire/under-over-payments.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/under-over-payments.blade.php @@ -1,4 +1,4 @@ -