Skip to content

Commit

Permalink
Update $defaultFormat in Country.php (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
antoniozh and sampoyigi authored Feb 5, 2024
1 parent f45c55c commit 60da13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/system/libraries/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Country
const ISO_CODE_3 = 3;

protected $defaultFormat = [
"{address_1}\n{address_2}\n{city} {postcode}\n{state}\n{country}",
"{address_1} \n{address_2} \n{city} {postcode}\n{state}\n{country}",
];

protected $requiredAddressKeys = [
Expand Down

0 comments on commit 60da13e

Please sign in to comment.