From d70168afbb0d26ab2319cd6157322c29459d65b6 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 10 Nov 2023 09:58:48 +0000 Subject: [PATCH] Disable billing sandbox mode --- config/admin/services.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/admin/services.yml b/config/admin/services.yml index 053d16e..649119a 100644 --- a/config/admin/services.yml +++ b/config/admin/services.yml @@ -34,7 +34,6 @@ services: arguments: - '@shootime.ps_accounts_facade' - '@shootime.context' - - true # if true you are in sandbox mode, if false or empty not in sandbox shootime.ps_billings_facade: class: 'PrestaShopCorp\Billing\Presenter\BillingPresenter'