Skip to content

Commit 5ebbf91

Browse files
committed
fix: Fixed configs
1 parent 2d15f5b commit 5ebbf91

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

config/deployments/sandbox.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,4 @@ connector_list = "cybersource"
592592
enabled = false
593593

594594
[billing_connectors_payment_sync]
595-
billing_connectors_which_require_payment_sync = "stripebilling, recurly"
596-
597-
[open_router_integration]
598-
enabled = false
595+
billing_connectors_which_require_payment_sync = "stripebilling, recurly"

config/development.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,5 +1035,5 @@ background_color = "#FFFFFF"
10351035
enabled = true
10361036

10371037
[open_router]
1038-
enabled = true
1038+
enabled = false
10391039
url = "http://localhost:8080"

0 commit comments

Comments
 (0)