HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/www/nueva/modules/smartargetpopupforms/config/admin/services.yml
services:
    _defaults:
        public: true

    ##############
    # Your Module

    smartargetpopupforms.module:
        class: smartargetpopupforms
        factory: ['Module', 'getInstanceByName']
        arguments:
            - 'smartargetpopupforms'

    smartargetpopupforms.context:
        class: Context
        factory: ['Context', 'getContext']

    #####################
    # PrestaShop Account
    smartargetpopupforms.ps_accounts_installer:
        class: 'PrestaShop\PsAccountsInstaller\Installer\Installer'
        arguments:
            - '5.0'

    smartargetpopupforms.ps_accounts_facade:
        class: 'PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts'
        arguments:
            - '@smartargetpopupforms.ps_accounts_installer'

    #####################
    # PrestaShop Billing

    smartargetpopupforms.ps_billings_context_wrapper:
        class: 'PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
        arguments:
            - '@smartargetpopupforms.ps_accounts_facade'
            - '@smartargetpopupforms.context'
            - false # if true, enables the sandbox mode, if false or empty, disables it

    smartargetpopupforms.ps_billings_facade:
        class: 'PrestaShopCorp\Billing\Presenter\BillingPresenter'
        public: true
        arguments:
            - '@smartargetpopupforms.ps_billings_context_wrapper'
            - '@smartargetpopupforms.module'

    # Remove this if you do not need BillingService
    smartargetpopupforms.ps_billings_service:
        class: 'PrestaShopCorp\Billing\Services\BillingService'
        public: true
        arguments:
            - '@smartargetpopupforms.ps_billings_context_wrapper'
            - '@smartargetpopupforms.module'