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()); }