mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04: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'),
|
'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||||
'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
|
'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
|
||||||
|
'merchantKey' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
||||||
'testMode' => $this->payfast->company_gateway->getConfigField('testMode')
|
'testMode' => $this->payfast->company_gateway->getConfigField('testMode')
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user