Payment response
This commit is contained in:
parent
fc00d3a614
commit
e1e7a3ffc8
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ class PayFastPaymentDriver extends BaseDriver
|
|||
|
||||
default:
|
||||
|
||||
$payment_hash = PaymentHash::whereRaw('BINARY `hash`= ?', [$hash])->first();
|
||||
$payment_hash = PaymentHash::whereRaw('BINARY `hash`= ?', [$data['m_payment_id']])->first();
|
||||
|
||||
return $this->setPaymentMethod(GatewayType::CREDIT_CARD)
|
||||
->setPaymentHash($payment_hash)
|
||||
->processPaymentResponse($request);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue