mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for base driver
This commit is contained in:
parent
d79443b90a
commit
cc193c059d
@ -180,6 +180,8 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nlog(md5(http_build_query($fields)));
|
||||||
|
|
||||||
return md5(http_build_query($fields));
|
return md5(http_build_query($fields));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -193,7 +195,7 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
|
|
||||||
if(array_key_exists('m_payment_id', $data))
|
if(array_key_exists('m_payment_id', $data))
|
||||||
{
|
{
|
||||||
|
|
||||||
$hash = Cache::get($data['m_payment_id']);
|
$hash = Cache::get($data['m_payment_id']);
|
||||||
|
|
||||||
if($hash == 'cc_auth')
|
if($hash == 'cc_auth')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user