mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(connector): [Adyen]add configs for afterpay adyen (#4885)
This commit is contained in:
@ -8187,6 +8187,10 @@ impl Default for super::settings::RequiredFields {
|
||||
field_type: enums::FieldType::UserAddressCountry{
|
||||
options: vec![
|
||||
"GB".to_string(),
|
||||
"AU".to_string(),
|
||||
"CA".to_string(),
|
||||
"US".to_string(),
|
||||
"NZ".to_string(),
|
||||
]
|
||||
},
|
||||
value: None,
|
||||
|
||||
Reference in New Issue
Block a user