From c664428a8178c19f347973799af73c3090f0abd5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Jan 2021 20:31:28 +1100 Subject: [PATCH] Fix for auth.net autobill --- app/PaymentDrivers/Authorize/AuthorizeCreditCard.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php b/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php index ba0dc246ab40..759abbee7d4b 100644 --- a/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php +++ b/app/PaymentDrivers/Authorize/AuthorizeCreditCard.php @@ -107,8 +107,6 @@ class AuthorizeCreditCard 'data' => $this->formatGatewayResponse($data, $vars), ]; - $payment = $this->storePayment($payment_hash, $data); - SystemLogger::dispatch($logger_message, SystemLog::CATEGORY_GATEWAY_RESPONSE, SystemLog::EVENT_GATEWAY_SUCCESS, SystemLog::TYPE_AUTHORIZE, $this->authorize->client); return true;