mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
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:
committed by
GitHub
parent
6e0041c222
commit
c75d8cdec5
@ -561,3 +561,6 @@ connector_list = "cybersource"
|
||||
|
||||
[platform]
|
||||
enabled = true
|
||||
|
||||
[billing_connectors_payment_sync]
|
||||
billing_connectors_which_require_payment_sync = "stripebilling"
|
||||
|
||||
@ -576,3 +576,6 @@ connector_list = "cybersource"
|
||||
|
||||
[platform]
|
||||
enabled = false
|
||||
|
||||
[billing_connectors_payment_sync]
|
||||
billing_connectors_which_require_payment_sync = "stripebilling"
|
||||
|
||||
@ -577,3 +577,6 @@ connector_list = "cybersource"
|
||||
|
||||
[platform]
|
||||
enabled = false
|
||||
|
||||
[billing_connectors_payment_sync]
|
||||
billing_connectors_which_require_payment_sync = "stripebilling"
|
||||
|
||||
@ -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"
|
||||
Reference in New Issue
Block a user