Skip to content

Commit

Permalink
fix(FSADT1-863): fixing address details whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 8, 2023
1 parent b026d22 commit 907dc9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public Mono<ClientAddressDto> getAddress(String addressId) {
new ClientAddressDto(
String.format("%s %s %s %s %s", address.line1(), address.line2(),
address.line3(), address.line4(), address.line5()
),
).trim(),
new ClientValueTextDto(address.countryIso2(), address.countryName()),
new ClientValueTextDto(address.province(), address.provinceName()),
address.city(),
Expand Down

0 comments on commit 907dc9d

Please sign in to comment.