From 8630acb41268c4783df2b5664a4b8a0045850f3f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 14 Aug 2023 21:26:51 +1000 Subject: [PATCH] Block rev tracking --- app/Listeners/Payment/PaymentNotification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Listeners/Payment/PaymentNotification.php b/app/Listeners/Payment/PaymentNotification.php index 2c4607dfc994..f46c228b836e 100644 --- a/app/Listeners/Payment/PaymentNotification.php +++ b/app/Listeners/Payment/PaymentNotification.php @@ -166,8 +166,8 @@ class PaymentNotification implements ShouldQueue $product = $item; $gateway_reference = $client->gateway_tokens()->count() >= 1 ? ($client->gateway_tokens()->first()->gateway_customer_reference ?? '') : ''; - LightLogs::create(new RevenueTrack($email, $account_key, 1, $amount, $product, $gateway_reference, $entity_number)) - ->batch(); + // LightLogs::create(new RevenueTrack($email, $account_key, 1, $amount, $product, $gateway_reference, $entity_number)) + // ->batch(); }