mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 18:54:36 -04:00
Fixes for payfast driver
This commit is contained in:
parent
6f1593a35e
commit
a01df67427
@ -86,7 +86,7 @@ class CreditCard
|
|||||||
'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'),
|
||||||
'return_url' => route('client.payment_methods.index'),
|
'return_url' => route('client.payment_methods.index'),
|
||||||
'cancel_url' => route('client.payment_methods.index'),
|
'cancel_url' => route('client.payment_methods.index'),
|
||||||
'notify_url' => $this->company_gateway->webhookUrl(),
|
'notify_url' => $this->payfast->company_gateway->webhookUrl(),
|
||||||
'amount' => 0,
|
'amount' => 0,
|
||||||
'item_name' => 'pre-auth',
|
'item_name' => 'pre-auth',
|
||||||
'subscription_type' => 2,
|
'subscription_type' => 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user