fix(connector): [Adyen]add configs for afterpay adyen (#4885)

This commit is contained in:
chikke srujan
2024-06-05 16:34:53 +05:30
committed by GitHub
parent a3183a0c5b
commit a8b57eaf23
5 changed files with 8 additions and 4 deletions

View File

@ -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,