1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Turning on token billing for PayFast

This commit is contained in:
David Bomba 2021-09-23 10:55:33 +10:00
parent 721e6d442c
commit 875b4fc2f6

View File

@ -79,8 +79,8 @@ class Token
$header =[
'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'),
'timestamp' => now()->format('c'),
'version' => 'v1',
'timestamp' => now()->format('c'),
];
$body = [