From 9337814bab2ff749e72939508be17757f64bdce0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 11 Jan 2023 15:12:51 +1100 Subject: [PATCH] Clean up for logging --- app/Services/ClientPortal/InstantPayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ClientPortal/InstantPayment.php b/app/Services/ClientPortal/InstantPayment.php index ff496ede5e06..9455b511009c 100644 --- a/app/Services/ClientPortal/InstantPayment.php +++ b/app/Services/ClientPortal/InstantPayment.php @@ -48,7 +48,7 @@ class InstantPayment public function run() { -nlog($this->request->all()); + $is_credit_payment = false; $tokens = [];