From 71633db6162fcaa6a3f2f459f3a54634427263dc Mon Sep 17 00:00:00 2001 From: karneaud Date: Sun, 23 Jun 2024 22:32:28 -0400 Subject: [PATCH] update --- app/PaymentDrivers/Rotessa/PaymentMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Rotessa/PaymentMethod.php b/app/PaymentDrivers/Rotessa/PaymentMethod.php index 7d7d2e025dc4..903b681f70fe 100755 --- a/app/PaymentDrivers/Rotessa/PaymentMethod.php +++ b/app/PaymentDrivers/Rotessa/PaymentMethod.php @@ -23,13 +23,13 @@ use Illuminate\Support\Arr; use Illuminate\Http\Request; use App\Jobs\Util\SystemLogger; use App\Exceptions\PaymentFailed; +use App\DataProviders\Frequencies; use App\Models\ClientGatewayToken; use Illuminate\Http\RedirectResponse; use App\PaymentDrivers\RotessaPaymentDriver; use App\PaymentDrivers\Common\MethodInterface; use App\PaymentDrivers\Rotessa\Resources\Customer; use App\PaymentDrivers\Rotessa\Resources\Transaction; -use App\PaymentDrivers\Rotessa\DataProviders\Frequencies; use Omnipay\Common\Exception\InvalidRequestException; use Omnipay\Common\Exception\InvalidResponseException; use App\Exceptions\Ninja\ClientPortalAuthorizationException;