Turning on token billing for PayFast
This commit is contained in:
parent
4314f71f63
commit
c0d7b07f17
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class Token
|
|||
$body = [
|
||||
'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'),
|
||||
'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
||||
'passphrase' => $this->payfast->cpayfast->ompany_gateway->getConfigField('passPhrase'),
|
||||
'passphrase' => $this->payfast->company_gateway->getConfigField('passPhrase'),
|
||||
'amount' => $amount,
|
||||
'item_name' => 'purchase',
|
||||
'm_payment_id' => $payment_hash->hash,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue