22 lines
783 B
YAML
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'
|