From 0a4a92b25639501f88e772a7353d7c6f55c51f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 4 Aug 2021 16:24:44 +0200 Subject: [PATCH] Fixes for Checkout.com --- app/PaymentDrivers/CheckoutComPaymentDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/CheckoutComPaymentDriver.php b/app/PaymentDrivers/CheckoutComPaymentDriver.php index 708ada890f03..e820808316e3 100644 --- a/app/PaymentDrivers/CheckoutComPaymentDriver.php +++ b/app/PaymentDrivers/CheckoutComPaymentDriver.php @@ -332,7 +332,7 @@ class CheckoutComPaymentDriver extends BaseDriver } } - public function processWebhookRequest(PaymentWebhookRequest $request, Payment $payment = null) + public function processWebhookRequest(PaymentWebhookRequest $request) { return true; }