mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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,
|
||||
}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user