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
a1b19b46d6
commit
4314f71f63
@ -85,7 +85,7 @@ class Token
|
|||||||
|
|
||||||
$body = [
|
$body = [
|
||||||
'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||||
'merchant_key' => $this->company_gateway->getConfigField('merchantKey'),
|
'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
||||||
'passphrase' => $this->payfast->cpayfast->ompany_gateway->getConfigField('passPhrase'),
|
'passphrase' => $this->payfast->cpayfast->ompany_gateway->getConfigField('passPhrase'),
|
||||||
'amount' => $amount,
|
'amount' => $amount,
|
||||||
'item_name' => 'purchase',
|
'item_name' => 'purchase',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user