1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Minor fixes for Payfast

This commit is contained in:
David Bomba 2021-07-10 16:34:44 +10:00
parent 2ef7a973dc
commit d774e81ca0

View File

@ -78,7 +78,7 @@ class Token
$amount = round(($amount * pow(10, $this->payfast->client->currency()->precision)),0);
$header =[
'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'),
'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'),
'timestamp' => now()->format('c'),
'version' => 'v1',
];