From 09c23e6654f4a400d2bb6f49f13cfa58de87ae45 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Jan 2021 21:03:50 +1100 Subject: [PATCH] Fixes for refunds / logging --- app/PaymentDrivers/Authorize/RefundTransaction.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/PaymentDrivers/Authorize/RefundTransaction.php b/app/PaymentDrivers/Authorize/RefundTransaction.php index e3b2b6334189..7b07e1578f83 100644 --- a/app/PaymentDrivers/Authorize/RefundTransaction.php +++ b/app/PaymentDrivers/Authorize/RefundTransaction.php @@ -12,7 +12,9 @@ namespace App\PaymentDrivers\Authorize; +use App\Jobs\Util\SystemLogger; use App\Models\Payment; +use App\Models\SystemLog; use App\PaymentDrivers\AuthorizePaymentDriver; use net\authorize\api\contract\v1\CreateTransactionRequest; use net\authorize\api\contract\v1\CustomerProfilePaymentType;