Include postcode in Vietnam address format

This commit is contained in:
Jorge Torres 2023-07-25 11:25:29 -03:00
parent 58dfbd2c4e
commit bf174f314e
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ class WC_Countries {
'TW' => "{company}\n{last_name} {first_name}\n{address_1}\n{address_2}\n{state}, {city} {postcode}\n{country}",
'UG' => "{name}\n{company}\n{address_1}\n{address_2}\n{city}\n{state}, {country}",
'US' => "{name}\n{company}\n{address_1}\n{address_2}\n{city}, {state_code} {postcode}\n{country}",
'VN' => "{name}\n{company}\n{address_1}\n{city}\n{country}",
'VN' => "{name}\n{company}\n{address_1}\n{address_2}\n{city} {postcode}\n{country}",
)
);
}