Debug v17
This commit is contained in:
parent
fe6d9730cd
commit
891ba8f4ef
@ -783,6 +783,11 @@ class Conf
|
||||
$this->global->USE_STRICT_CSV_RULES = 2;
|
||||
}
|
||||
|
||||
// By default, option is on. Once set by user, this code is useless
|
||||
if (!isset($this->global->ACCOUNTING_REEXPORT)) {
|
||||
$this->global->ACCOUNTING_REEXPORT = 1;
|
||||
}
|
||||
|
||||
// Use a SCA ready workflow with Stripe module (STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION by default if nothing defined)
|
||||
if (!isset($this->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION) && empty($this->global->STRIPE_USE_NEW_CHECKOUT)) {
|
||||
$this->global->STRIPE_USE_INTENT_WITH_AUTOMATIC_CONFIRMATION = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user