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 =[
|
$header =[
|
||||||
'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||||
'timestamp' => now()->format('c'),
|
|
||||||
'version' => 'v1',
|
'version' => 'v1',
|
||||||
|
'timestamp' => now()->format('c'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$body = [
|
$body = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user