HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/prestashop1.8/modules/ps_checkout/config/http-clients.yml
services:
  PrestaShop\Module\PrestashopCheckout\Http\MaaslandHttpClient:
    class: 'PrestaShop\Module\PrestashopCheckout\Http\MaaslandHttpClient'
    public: true
    arguments:
      - "@ps_checkout.http.client"

  PrestaShop\Module\PrestashopCheckout\Http\CheckoutHttpClient:
    class: 'PrestaShop\Module\PrestashopCheckout\Http\CheckoutHttpClient'
    public: true
    arguments:
      - '@PrestaShop\Module\PrestashopCheckout\Builder\Configuration\CheckoutClientConfigurationBuilder'

  PrestaShop\Module\PrestashopCheckout\Builder\Configuration\MaaslandHttpClientConfigurationBuilder:
    class: 'PrestaShop\Module\PrestashopCheckout\Builder\Configuration\MaaslandHttpClientConfigurationBuilder'
    public: true
    arguments:
      - '@PrestaShop\Module\PrestashopCheckout\Environment\Env'
      - '@PrestaShop\Module\PrestashopCheckout\Routing\Router'
      - '@PrestaShop\Module\PrestashopCheckout\ShopContext'
      - '@PrestaShop\Module\PrestashopCheckout\Repository\PsAccountRepository'
      - '@PrestaShop\Module\PrestashopCheckout\Context\PrestaShopContext'
      - '@PrestaShop\Module\PrestashopCheckout\Logger\LoggerConfiguration'
      - "@ps_checkout.logger"

  PrestaShop\Module\PrestashopCheckout\Http\HttpClientFactory:
    class: 'PrestaShop\Module\PrestashopCheckout\Http\HttpClientFactory'
    public: true

  ps_checkout.http.client:
    class: 'PrestaShop\Module\PrestashopCheckout\Http\HttpClientInterface'
    public: true
    factory: ['@PrestaShop\Module\PrestashopCheckout\Http\HttpClientFactory', "create"]
    arguments:
      - '@PrestaShop\Module\PrestashopCheckout\Builder\Configuration\MaaslandHttpClientConfigurationBuilder'

  PrestaShop\Module\PrestashopCheckout\Builder\Configuration\CheckoutClientConfigurationBuilder:
    class: 'PrestaShop\Module\PrestashopCheckout\Builder\Configuration\CheckoutClientConfigurationBuilder'
    public: true
    arguments:
      - '@PrestaShop\Module\PrestashopCheckout\Environment\Env'
      - '@PrestaShop\Module\PrestashopCheckout\Routing\Router'
      - '@PrestaShop\Module\PrestashopCheckout\ShopContext'
      - '@PrestaShop\Module\PrestashopCheckout\Repository\PsAccountRepository'
      - '@PrestaShop\Module\PrestashopCheckout\Context\PrestaShopContext'
      - '@PrestaShop\Module\PrestashopCheckout\Logger\LoggerConfiguration'
      - "@ps_checkout.logger"