mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
refactor(router): Remove payment_methods_v2 and customer_v2 feature flag (#8236)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -18,7 +18,7 @@ router_env = { version = "0.1.0", path = "../router_env" }
|
||||
euclid = { version = "0.1.0", path = "../euclid" }
|
||||
|
||||
[features]
|
||||
v2 = ["api_models/v2", "api_models/customer_v2", "common_utils/v2", "api_models/payment_methods_v2", "common_utils/payment_methods_v2", "api_models/refunds_v2", "api_models/tokenization_v2"]
|
||||
v2 = ["api_models/v2", "common_utils/v2", "api_models/refunds_v2", "api_models/tokenization_v2"]
|
||||
v1 = ["api_models/v1", "common_utils/v1"]
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user