Fixes for base driver
This commit is contained in:
parent
812b2450ee
commit
a6494a68c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
@ -201,7 +201,7 @@ class PayFastPaymentDriver extends BaseDriver
|
|||
if($hash == 'cc_auth')
|
||||
{
|
||||
return $this->setPaymentMethod(GatewayType::CREDIT_CARD)
|
||||
->authorizeResponse($request);
|
||||
->authorizeResponse($request);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue