From 3d8cf7881c537b5307b75991b798e521c468dc02 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Jul 2021 21:20:57 +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 635b9dd9e65c..44e9f2329ad5 100644 --- a/app/PaymentDrivers/PayFast/CreditCard.php +++ b/app/PaymentDrivers/PayFast/CreditCard.php @@ -185,7 +185,7 @@ class CreditCard } - public function processPaymentResponse(Request $request) + public function paymentResponse(Request $request) { dd($request->all()); }