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
812b2450ee
commit
a6494a68c2
@ -188,7 +188,7 @@ class PayFastPaymentDriver extends BaseDriver
|
||||
|
||||
public function processWebhookRequest(Request $request, Payment $payment = null)
|
||||
{
|
||||
$this->init();
|
||||
// $this->init();
|
||||
|
||||
nlog($request->all());
|
||||
$data = $request->all();
|
||||
|
Loading…
x
Reference in New Issue
Block a user