Skip to content

Commit

Permalink
Update crates/router/src/configs/defaults.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Prasunna Soppa <[email protected]>
  • Loading branch information
AkshayaFoiger and prasunna09 authored Jan 18, 2024
1 parent 6d65743 commit cb87d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/configs/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,7 @@ impl Default for super::settings::RequiredFields {
RequiredFieldInfo {
required_field: "payment_method_data.bank_redirect.sofort.billing_details.billing_name".to_string(),
display_name: "billing_name".to_string(),
field_type: enums::FieldType::UserFullName,
field_type: enums::FieldType::UserBillingName,
value: None,
}
)
Expand Down

0 comments on commit cb87d75

Please sign in to comment.