feat(connector): [Novalnet] add Recurring payment flow for cards (#5921)

This commit is contained in:
Debarati Ghatak
2024-09-19 18:55:57 +05:30
committed by GitHub
parent c7f7d3c16a
commit 6a6ce17506
4 changed files with 514 additions and 119 deletions

View File

@ -2224,15 +2224,6 @@ impl Default for super::settings::RequiredFields {
field_type: enums::FieldType::UserFullName,
value: None,
}
),
(
"billing.phone.country_code".to_string(),
RequiredFieldInfo {
required_field: "payment_method_data.billing.phone.country_code".to_string(),
display_name: "dialing_code".to_string(),
field_type: enums::FieldType::UserPhoneNumberCountryCode,
value: None,
}
),
(
"billing.email".to_string(),
@ -5197,15 +5188,6 @@ impl Default for super::settings::RequiredFields {
field_type: enums::FieldType::UserFullName,
value: None,
}
),
(
"billing.phone.country_code".to_string(),
RequiredFieldInfo {
required_field: "payment_method_data.billing.phone.country_code".to_string(),
display_name: "dialing_code".to_string(),
field_type: enums::FieldType::UserPhoneNumberCountryCode,
value: None,
}
),
(
"billing.email".to_string(),