mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [Novalnet] Add supported currencies (#6547)
This commit is contained in:
@ -224,8 +224,6 @@ pub enum FieldType {
|
||||
UserCpf,
|
||||
UserCnpj,
|
||||
UserIban,
|
||||
BrowserLanguage,
|
||||
BrowserIp,
|
||||
UserMsisdn,
|
||||
UserClientIdentifier,
|
||||
OrderDetailsProductName,
|
||||
|
||||
@ -2041,24 +2041,6 @@ impl Default for settings::RequiredFields {
|
||||
non_mandate: HashMap::new(),
|
||||
common: HashMap::from(
|
||||
[
|
||||
(
|
||||
"browser_info.language".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.language".to_string(),
|
||||
display_name: "browser_info_language".to_string(),
|
||||
field_type: enums::FieldType::BrowserLanguage,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"browser_info.ip_address".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.ip_address".to_string(),
|
||||
display_name: "browser_info_ip_address".to_string(),
|
||||
field_type: enums::FieldType::BrowserIp,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"billing.address.line1".to_string(),
|
||||
RequiredFieldInfo {
|
||||
@ -5244,24 +5226,6 @@ impl Default for settings::RequiredFields {
|
||||
non_mandate: HashMap::new(),
|
||||
common: HashMap::from(
|
||||
[
|
||||
(
|
||||
"browser_info.language".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.language".to_string(),
|
||||
display_name: "browser_info_language".to_string(),
|
||||
field_type: enums::FieldType::BrowserLanguage,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"browser_info.ip_address".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.ip_address".to_string(),
|
||||
display_name: "browser_info_ip_address".to_string(),
|
||||
field_type: enums::FieldType::BrowserIp,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"billing.address.line1".to_string(),
|
||||
RequiredFieldInfo {
|
||||
@ -8239,24 +8203,6 @@ impl Default for settings::RequiredFields {
|
||||
non_mandate: HashMap::new(),
|
||||
common: HashMap::from(
|
||||
[
|
||||
(
|
||||
"browser_info.language".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.language".to_string(),
|
||||
display_name: "browser_info_language".to_string(),
|
||||
field_type: enums::FieldType::BrowserLanguage,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"browser_info.ip_address".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.ip_address".to_string(),
|
||||
display_name: "browser_info_ip_address".to_string(),
|
||||
field_type: enums::FieldType::BrowserIp,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"billing.address.line1".to_string(),
|
||||
RequiredFieldInfo {
|
||||
@ -8617,24 +8563,6 @@ impl Default for settings::RequiredFields {
|
||||
non_mandate: HashMap::new(),
|
||||
common: HashMap::from(
|
||||
[
|
||||
(
|
||||
"browser_info.language".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.language".to_string(),
|
||||
display_name: "browser_info_language".to_string(),
|
||||
field_type: enums::FieldType::BrowserLanguage,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"browser_info.ip_address".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.ip_address".to_string(),
|
||||
display_name: "browser_info_ip_address".to_string(),
|
||||
field_type: enums::FieldType::BrowserIp,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"billing.address.line1".to_string(),
|
||||
RequiredFieldInfo {
|
||||
@ -9385,24 +9313,6 @@ impl Default for settings::RequiredFields {
|
||||
non_mandate: HashMap::new(),
|
||||
common: HashMap::from(
|
||||
[
|
||||
(
|
||||
"browser_info.language".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.language".to_string(),
|
||||
display_name: "browser_info_language".to_string(),
|
||||
field_type: enums::FieldType::BrowserLanguage,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"browser_info.ip_address".to_string(),
|
||||
RequiredFieldInfo {
|
||||
required_field: "browser_info.ip_address".to_string(),
|
||||
display_name: "browser_info_ip_address".to_string(),
|
||||
field_type: enums::FieldType::BrowserIp,
|
||||
value: None,
|
||||
}
|
||||
),
|
||||
(
|
||||
"billing.address.line1".to_string(),
|
||||
RequiredFieldInfo {
|
||||
|
||||
Reference in New Issue
Block a user