diff --git a/app/PaymentDrivers/PayFastPaymentDriver.php b/app/PaymentDrivers/PayFastPaymentDriver.php index 8c7b80ce4e7b..7e449bbee6d9 100644 --- a/app/PaymentDrivers/PayFastPaymentDriver.php +++ b/app/PaymentDrivers/PayFastPaymentDriver.php @@ -19,6 +19,7 @@ use App\Models\SystemLog; use App\PaymentDrivers\PayFast\CreditCard; use App\Utils\Traits\MakesHash; use \PayFastPayment; +use Illuminate\Http\Request; class PayFastPaymentDriver extends BaseDriver { @@ -138,7 +139,7 @@ class PayFastPaymentDriver extends BaseDriver return md5( $getString ); } - public function processWebhookRequest(PaymentWebhookRequest $request, Payment $payment = null) + public function processWebhookRequest(Request $request, Payment $payment = null) { nlog($request->all());