Minor fixes for Payfast
This commit is contained in:
parent
24b8233a2f
commit
d7e39cff14
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ class Token
|
|||
|
||||
$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);
|
||||
|
||||
nlog($result);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue