fix(config): add billing payment sync configs in different environments (#7708)

Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
This commit is contained in:
CHALLA NISHANTH BABU
2025-04-04 14:41:26 +05:30
committed by GitHub
parent 6e0041c222
commit c75d8cdec5
4 changed files with 12 additions and 0 deletions

View File

@ -561,3 +561,6 @@ connector_list = "cybersource"
[platform]
enabled = true
[billing_connectors_payment_sync]
billing_connectors_which_require_payment_sync = "stripebilling"

View File

@ -576,3 +576,6 @@ connector_list = "cybersource"
[platform]
enabled = false
[billing_connectors_payment_sync]
billing_connectors_which_require_payment_sync = "stripebilling"

View File

@ -577,3 +577,6 @@ connector_list = "cybersource"
[platform]
enabled = false
[billing_connectors_payment_sync]
billing_connectors_which_require_payment_sync = "stripebilling"

View File

@ -530,3 +530,6 @@ sts_role_session_name = ""
[temp_locker_enable_config]
paybox = { payment_method = "card" }
redsys = { payment_method = "card" }
[billing_connectors_payment_sync]
billing_connectors_which_require_payment_sync = "stripebilling"