Skip to content

Commit

Permalink
add city in affirm's shipping address
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Sep 26, 2024
1 parent 5beaab2 commit cd1cf4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/router/src/configs/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9893,6 +9893,15 @@ impl Default for super::settings::RequiredFields {
value: None,
}
),
(
"shipping.address.city".to_string(),
RequiredFieldInfo {
required_field: "shipping.address.city".to_string(),
display_name: "city".to_string(),
field_type: enums::FieldType::UserShippingAddressCity,
value: None,
}
),
(
"shipping.address.country".to_string(),
RequiredFieldInfo {
Expand Down

0 comments on commit cd1cf4a

Please # to comment.