mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for base driver
This commit is contained in:
parent
5cf6e9e7c0
commit
7aed3b0b40
@ -87,7 +87,7 @@ class CreditCard
|
||||
'return_url' => route('client.payment_methods.index'),
|
||||
'cancel_url' => route('client.payment_methods.index'),
|
||||
'notify_url' => $this->payfast->genericWebhookUrl(),
|
||||
'amount' => 1,
|
||||
'amount' => 5,
|
||||
'item_name' => 'pre-auth',
|
||||
'subscription_type' => 2,
|
||||
'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),
|
||||
|
Loading…
Reference in New Issue
Block a user