mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:04:41 -04:00
Minor fixes for Payfast
This commit is contained in:
parent
24b8233a2f
commit
d7e39cff14
@ -95,6 +95,10 @@ class Token
|
|||||||
|
|
||||||
$header['signature'] = $this->genSig(array_merge($header, $body));
|
$header['signature'] = $this->genSig(array_merge($header, $body));
|
||||||
|
|
||||||
|
nlog($header['signature']);
|
||||||
|
nlog($header['timestamp']);
|
||||||
|
nlog($this->payfast->company_gateway->getConfigField('merchantId'));
|
||||||
|
|
||||||
$result = $this->send($header, $body, $cgt->token);
|
$result = $this->send($header, $body, $cgt->token);
|
||||||
|
|
||||||
nlog($result);
|
nlog($result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user