mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Fix parameters declaration for the constructor
This commit is contained in:
parent
7b9a19a7f0
commit
deb1d7a618
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue