Minor fixes for Payfast

This commit is contained in:
David Bomba 2021-07-10 16:14:08 +10:00
parent f5c927db1a
commit 94d7e58f30

View File

@ -21,7 +21,7 @@ use App\PaymentDrivers\PayFast\Token;
use App\Utils\Traits\MakesHash; use App\Utils\Traits\MakesHash;
use Illuminate\Http\Request; use Illuminate\Http\Request;
use Illuminate\Support\Facades\Cache; use Illuminate\Support\Facades\Cache;
use \PayFastPayment; use PayFastPayment;
class PayFastPaymentDriver extends BaseDriver class PayFastPaymentDriver extends BaseDriver
{ {