Files
2026-04-09 18:31:51 +02:00

22 lines
783 B
YAML

services:
PrestaShopCorp\Billing\Wrappers\BillingContextWrapper:
class: 'PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
arguments:
- '@PrestaShop\PsAccountsInstaller\Installer\Facade\PsAccounts'
- '@psxmarketingwithgoogle.context'
- '@psxmarketingwithgoogle.billing_env'
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'