mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
PayFast API token billing
This commit is contained in:
parent
5bbeaaba60
commit
b90049001f
@ -95,9 +95,9 @@ class Token
|
|||||||
// $result = $this->send($header, $body, $cgt->token);
|
// $result = $this->send($header, $body, $cgt->token);
|
||||||
$api = new \PayFast\PayFastPayment(
|
$api = new \PayFast\PayFastPayment(
|
||||||
[
|
[
|
||||||
'merchantId' => $this->company_gateway->getConfigField('merchantId'),
|
'merchantId' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||||
'passPhrase' => $this->company_gateway->getConfigField('passPhrase'),
|
'passPhrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
|
||||||
'testMode' => $this->company_gateway->getConfigField('testMode')
|
'testMode' => $this->payfast->company_gateway->getConfigField('testMode')
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user