Fix parameters declaration for the constructor

This commit is contained in:
Daniel Dudzic 2024-09-16 18:47:23 +02:00
parent 7b9a19a7f0
commit deb1d7a618
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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.