Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
services:
_defaults:
public: true
psshipping.ps_billings_context_wrapper:
class: 'PrestaShopCorp\Billing\Wrappers\BillingContextWrapper'
arguments:
- '@ps_accounts.facade'
- '@psshipping.context'
- "%psshipping.ps_billing_sandbox%"
psshipping.ps_billings_facade:
class: 'PrestaShopCorp\Billing\Presenter\BillingPresenter'
arguments:
- '@psshipping.ps_billings_context_wrapper'
- '@psshipping'
# Remove this if you do not need BillingService
psshipping.ps_billings_service:
class: 'PrestaShopCorp\Billing\Services\BillingService'
arguments:
- '@psshipping.ps_billings_context_wrapper'
- '@psshipping'