From cfe04bfa7c8c4b027736c1f73445592bcfe85f5b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 28 Jun 2024 11:12:56 +1000 Subject: [PATCH] Add new entry point for livewire component payments --- app/Services/ClientPortal/LivewireInstantPayment.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Services/ClientPortal/LivewireInstantPayment.php b/app/Services/ClientPortal/LivewireInstantPayment.php index e08a61759eb9..39cb90bd063d 100644 --- a/app/Services/ClientPortal/LivewireInstantPayment.php +++ b/app/Services/ClientPortal/LivewireInstantPayment.php @@ -56,7 +56,6 @@ class LivewireInstantPayment 'payload' => [], 'component' => '', ]; - /** * is_credit_payment * @@ -64,7 +63,6 @@ class LivewireInstantPayment * @var bool */ private $is_credit_payment = false; - /** * __construct * @@ -98,7 +96,6 @@ class LivewireInstantPayment } $payable_invoices = collect($this->data['payable_invoices']); - $tokens = []; $invoices = Invoice::query() @@ -239,7 +236,6 @@ class LivewireInstantPayment $this->mergeResponder(['success' => true, 'component' => 'CreditPaymentComponent', 'payload' => $data]); return $this->getResponder(); - } $this->mergeResponder(['success' => true, 'payload' => $data]);