1
0
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:
David Bomba 2021-07-05 10:24:33 +10:00
parent 5cf6e9e7c0
commit 7aed3b0b40

View File

@ -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'),