mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Block rev tracking
This commit is contained in:
parent
1d7d55447a
commit
8630acb412
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user