From deb1d7a6185893d5ff4ec433166047a1b49256c4 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Mon, 16 Sep 2024 18:47:23 +0200 Subject: [PATCH] Fix parameters declaration for the constructor --- modules/ppcp-axo/src/Gateway/AxoGateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ppcp-axo/src/Gateway/AxoGateway.php b/modules/ppcp-axo/src/Gateway/AxoGateway.php index fbd73062e..3161b9a8b 100644 --- a/modules/ppcp-axo/src/Gateway/AxoGateway.php +++ b/modules/ppcp-axo/src/Gateway/AxoGateway.php @@ -128,6 +128,7 @@ class AxoGateway extends WC_Payment_Gateway { * @param SettingsRenderer $settings_renderer The settings renderer. * @param ContainerInterface $ppcp_settings The settings. * @param string $wcgateway_module_url The WcGateway module URL. + * @param SessionHandler $session_handler The Session Handler. * @param OrderProcessor $order_processor The Order processor. * @param array $card_icons The card icons. * @param OrderEndpoint $order_endpoint The order endpoint.