Minor fixes for Payfast

This commit is contained in:
David Bomba 2021-07-10 17:01:12 +10:00
parent 24b8233a2f
commit d7e39cff14

View File

@ -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);