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
659d742477
commit
bc46ab86a2
@ -91,7 +91,6 @@ class CreditCard
|
||||
'cancel_url' => route('client.payment_methods.index'),
|
||||
'notify_url' => $this->payfast->genericWebhookUrl(),
|
||||
'amount' => 5,
|
||||
'm_payment_id' => $hash,
|
||||
'item_name' => 'pre-auth',
|
||||
'subscription_type' => 2,
|
||||
'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),
|
||||
|
Loading…
Reference in New Issue
Block a user