This commit is contained in:
David Bomba 2021-09-29 10:28:22 +10:00
parent adf1214efb
commit 9b65fba1c9

View File

@ -101,7 +101,7 @@ class Token
$result = $this->send($header, $body, $cgt->token); $result = $this->send($header, $body, $cgt->token);
nlog($result); nlog($result);
// $api = new \PayFast\PayFastApi( // $api = new \PayFast\PayFastApi(
// [ // [
// 'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'), // 'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'),
@ -210,6 +210,8 @@ class Token
} }
} }
nlog(http_build_query($fields));
return md5(http_build_query($fields)); return md5(http_build_query($fields));
} }