feat(connector): [CRYPTOPAY] Make payment_method_data.crypto.network as enum (#4853)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
DEEPANSHU BANSAL
2024-06-04 20:29:11 +05:30
committed by GitHub
parent fcf52973f4
commit 1eaba9a10b
3 changed files with 9 additions and 1 deletions

View File

@ -8303,7 +8303,7 @@ impl Default for super::settings::RequiredFields {
RequiredFieldInfo {
required_field: "payment_method_data.crypto.network".to_string(),
display_name: "network".to_string(),
field_type: enums::FieldType::Text,
field_type: enums::FieldType::UserCryptoCurrencyNetwork,
value: None,
}
),