Fixes for payfast driver

This commit is contained in:
David Bomba 2021-06-24 18:43:51 +10:00
parent 6f1593a35e
commit a01df67427

View File

@ -86,7 +86,7 @@ class CreditCard
'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'),
'return_url' => route('client.payment_methods.index'),
'cancel_url' => route('client.payment_methods.index'),
'notify_url' => $this->company_gateway->webhookUrl(),
'notify_url' => $this->payfast->company_gateway->webhookUrl(),
'amount' => 0,
'item_name' => 'pre-auth',
'subscription_type' => 2,