mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix(pm_list): [Trustpay]Update dynamic fields for trustpay blik (#3042)
This commit is contained in:
		| @ -4293,6 +4293,15 @@ impl Default for super::settings::RequiredFields { | |||||||
|                                         mandate: HashMap::new(), |                                         mandate: HashMap::new(), | ||||||
|                                         non_mandate: HashMap::new(), |                                         non_mandate: HashMap::new(), | ||||||
|                                         common: HashMap::from([ |                                         common: HashMap::from([ | ||||||
|  |                                             ( | ||||||
|  |                                                 "email".to_string(), | ||||||
|  |                                                 RequiredFieldInfo { | ||||||
|  |                                                     required_field: "email".to_string(), | ||||||
|  |                                                     display_name: "email".to_string(), | ||||||
|  |                                                     field_type: enums::FieldType::UserEmailAddress, | ||||||
|  |                                                     value: None, | ||||||
|  |                                                 } | ||||||
|  |                                             ), | ||||||
|                                             ( |                                             ( | ||||||
|                                                 "billing.address.first_name".to_string(), |                                                 "billing.address.first_name".to_string(), | ||||||
|                                                 RequiredFieldInfo { |                                                 RequiredFieldInfo { | ||||||
| @ -4311,33 +4320,6 @@ impl Default for super::settings::RequiredFields { | |||||||
|                                                     value: None, |                                                     value: None, | ||||||
|                                                 } |                                                 } | ||||||
|                                             ), |                                             ), | ||||||
|                                             ( |  | ||||||
|                                                 "email".to_string(), |  | ||||||
|                                                 RequiredFieldInfo { |  | ||||||
|                                                     required_field: "email".to_string(), |  | ||||||
|                                                     display_name: "email".to_string(), |  | ||||||
|                                                     field_type: enums::FieldType::UserEmailAddress, |  | ||||||
|                                                     value: None, |  | ||||||
|                                                 } |  | ||||||
|                                             ), |  | ||||||
|                                             ( |  | ||||||
|                                                 "billing.address.first_name".to_string(), |  | ||||||
|                                                 RequiredFieldInfo { |  | ||||||
|                                                     required_field: "billing.address.first_name".to_string(), |  | ||||||
|                                                     display_name: "card_holder_name".to_string(), |  | ||||||
|                                                     field_type: enums::FieldType::UserBillingName, |  | ||||||
|                                                     value: None, |  | ||||||
|                                                 } |  | ||||||
|                                             ), |  | ||||||
|                                             ( |  | ||||||
|                                                 "billing.address.last_name".to_string(), |  | ||||||
|                                                 RequiredFieldInfo { |  | ||||||
|                                                     required_field: "billing.address.last_name".to_string(), |  | ||||||
|                                                     display_name: "card_holder_name".to_string(), |  | ||||||
|                                                     field_type: enums::FieldType::UserBillingName, |  | ||||||
|                                                     value: None, |  | ||||||
|                                                 } |  | ||||||
|                                             ), |  | ||||||
|                                             ( |                                             ( | ||||||
|                                                 "billing.address.line1".to_string(), |                                                 "billing.address.line1".to_string(), | ||||||
|                                                 RequiredFieldInfo { |                                                 RequiredFieldInfo { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Prasunna Soppa
					Prasunna Soppa