1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

PayFast API token billing

This commit is contained in:
David Bomba 2021-09-23 17:57:59 +10:00
parent b90049001f
commit cf2b0669a7

View File

@ -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')
]
);