mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
PayFast API token billing
This commit is contained in:
parent
b90049001f
commit
cf2b0669a7
@ -97,6 +97,7 @@ class Token
|
||||
[
|
||||
'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||
'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
|
||||
'merchantKey' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
||||
'testMode' => $this->payfast->company_gateway->getConfigField('testMode')
|
||||
]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user