Current File : /var/www/prestashop/modules/psxmarketingwithgoogle/config/admin/billing.yml
services:
  PrestaShopCorp\Billing\Wrappers\BillingContextWrapper:
    class: 'PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
    arguments:
    - '@PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts'
    - '@psxmarketingwithgoogle.context'

  PrestaShopCorp\Billing\Presenter\BillingPresenter:
    class: 'PrestaShopCorp\Billing\Presenter\BillingPresenter'
    public: true
    arguments:
    - '@PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
    - '@psxmarketingwithgoogle'

  PrestaShopCorp\Billing\Services\BillingService:
    class: 'PrestaShopCorp\Billing\Services\BillingService'
    public: true
    arguments:
    - '@PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
    - '@psxmarketingwithgoogle'