static function (ContainerInterface $container): bool { return \true; }, 'axoblock.url' => static function (ContainerInterface $container): string { return plugins_url('/modules/ppcp-axo-block/', $container->get('ppcp.path-to-plugin-main-file')); }, 'axoblock.method' => static function (ContainerInterface $container): \WooCommerce\PayPalCommerce\AxoBlock\AxoBlockPaymentMethod { return new \WooCommerce\PayPalCommerce\AxoBlock\AxoBlockPaymentMethod($container->get('axoblock.url'), $container->get('ppcp.asset-version'), $container->get('axo.gateway'), fn(): SmartButtonInterface => $container->get('button.smart-button'), $container->get('wcgateway.settings'), $container->get('wcgateway.configuration.card-configuration'), $container->get('settings.environment'), $container->get('wcgateway.url'), $container->get('axo.payment_method_selected_map'), $container->get('axo.supported-country-card-type-matrix')); }, );