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'), 'return_url' => route('client.payment_methods.index'),
'cancel_url' => route('client.payment_methods.index'), 'cancel_url' => route('client.payment_methods.index'),
'notify_url' => $this->payfast->genericWebhookUrl(), 'notify_url' => $this->payfast->genericWebhookUrl(),
'amount' => 1, 'amount' => 5,
'item_name' => 'pre-auth', 'item_name' => 'pre-auth',
'subscription_type' => 2, 'subscription_type' => 2,
'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'), 'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),