mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for base driver
This commit is contained in:
parent
f8a11232a6
commit
9a73602c09
@ -19,6 +19,7 @@ use App\Models\SystemLog;
|
|||||||
use App\PaymentDrivers\PayFast\CreditCard;
|
use App\PaymentDrivers\PayFast\CreditCard;
|
||||||
use App\Utils\Traits\MakesHash;
|
use App\Utils\Traits\MakesHash;
|
||||||
use \PayFastPayment;
|
use \PayFastPayment;
|
||||||
|
use Illuminate\Http\Request;
|
||||||
|
|
||||||
class PayFastPaymentDriver extends BaseDriver
|
class PayFastPaymentDriver extends BaseDriver
|
||||||
{
|
{
|
||||||
@ -138,7 +139,7 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
return md5( $getString );
|
return md5( $getString );
|
||||||
}
|
}
|
||||||
|
|
||||||
public function processWebhookRequest(PaymentWebhookRequest $request, Payment $payment = null)
|
public function processWebhookRequest(Request $request, Payment $payment = null)
|
||||||
{
|
{
|
||||||
|
|
||||||
nlog($request->all());
|
nlog($request->all());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user