From 2abd0f9cbec412b583f6302f13dabb7aa46d133f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 23:06:25 +1000 Subject: [PATCH] Payment response --- 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 90e7c2958ba3..b749d800e4f4 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -167,7 +167,7 @@ class CreditCard $payfast_data = [ 'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'), 'merchant_key' => $this->payfast->company_gateway->getConfigField('merchantKey'), - 'return_url' => route('client.payment_methods.index'), + 'return_url' => route('client.payments.index'), 'cancel_url' => route('client.payment_methods.index'), 'notify_url' => $this->payfast->genericWebhookUrl(), 'm_payment_id' => $data['payment_hash'],