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:
parent
721e6d442c
commit
875b4fc2f6
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user