From a01df6742723ea8b1550db758609df2a6e8c471a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 24 Jun 2021 18:43:51 +1000 Subject: [PATCH] Fixes for payfast driver --- app/PaymentDrivers/PayFast/CreditCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/PayFast/CreditCard.php b/app/PaymentDrivers/PayFast/CreditCard.php index a95815507161..045a964211d4 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -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,