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 13:48:52 +10:00
parent 659d742477
commit bc46ab86a2

View File

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