mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
chore: add adyen to network_tokenization_supported_connectors list across different environments (#8082)
Co-authored-by: likhinbopanna <131246334+likhinbopanna@users.noreply.github.com>
This commit is contained in:
@ -1039,7 +1039,7 @@ delete_token_url= "" # base url to delete token from token service
|
||||
check_token_status_url= "" # base url to check token status from token service
|
||||
|
||||
[network_tokenization_supported_connectors]
|
||||
connector_list = "cybersource" # Supported connectors for network tokenization
|
||||
connector_list = "adyen,cybersource" # Supported connectors for network tokenization
|
||||
|
||||
[network_transaction_id_supported_connectors]
|
||||
connector_list = "adyen,archipel,cybersource,novalnet,stripe,worldpay" # Supported connectors for network transaction id
|
||||
|
||||
@ -726,7 +726,7 @@ connector_list = ""
|
||||
card_networks = "Visa, AmericanExpress, Mastercard"
|
||||
|
||||
[network_tokenization_supported_connectors]
|
||||
connector_list = "cybersource"
|
||||
connector_list = "adyen,cybersource"
|
||||
|
||||
[platform]
|
||||
enabled = true
|
||||
|
||||
@ -742,7 +742,7 @@ connector_list = ""
|
||||
card_networks = "Visa, AmericanExpress, Mastercard"
|
||||
|
||||
[network_tokenization_supported_connectors]
|
||||
connector_list = "cybersource"
|
||||
connector_list = "adyen,cybersource"
|
||||
|
||||
[platform]
|
||||
enabled = false
|
||||
|
||||
@ -1125,7 +1125,7 @@ id = "12345"
|
||||
card_networks = "Visa, AmericanExpress, Mastercard"
|
||||
|
||||
[network_tokenization_supported_connectors]
|
||||
connector_list = "cybersource"
|
||||
connector_list = "adyen,cybersource"
|
||||
|
||||
[grpc_client.dynamic_routing_client]
|
||||
host = "localhost"
|
||||
|
||||
@ -1022,7 +1022,7 @@ id = "12345"
|
||||
card_networks = "Visa, AmericanExpress, Mastercard"
|
||||
|
||||
[network_tokenization_supported_connectors]
|
||||
connector_list = "cybersource"
|
||||
connector_list = "adyen,cybersource"
|
||||
|
||||
# EmailClient configuration. Only applicable when the `email` feature flag is enabled.
|
||||
[email]
|
||||
|
||||
Reference in New Issue
Block a user