diff --git a/app/PaymentDrivers/PayFast/Token.php b/app/PaymentDrivers/PayFast/Token.php index 68e942c7b5ae..fc1235a0d3cc 100644 --- a/app/PaymentDrivers/PayFast/Token.php +++ b/app/PaymentDrivers/PayFast/Token.php @@ -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);