mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user