mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 05:44:36 -04:00
Minor fixes for Payfast
This commit is contained in:
parent
2ef7a973dc
commit
d774e81ca0
@ -78,7 +78,7 @@ class Token
|
|||||||
$amount = round(($amount * pow(10, $this->payfast->client->currency()->precision)),0);
|
$amount = round(($amount * pow(10, $this->payfast->client->currency()->precision)),0);
|
||||||
|
|
||||||
$header =[
|
$header =[
|
||||||
'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||||
'timestamp' => now()->format('c'),
|
'timestamp' => now()->format('c'),
|
||||||
'version' => 'v1',
|
'version' => 'v1',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user