Minor fixes for Payfast
This commit is contained in:
parent
2ef7a973dc
commit
d774e81ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue