Skip to content

Commit

Permalink
LPS-123628 Countries will be active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pei-jung authored and brianchandotcom committed Mar 24, 2021
1 parent 74a1962 commit f00fbe8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ public void portalInstanceRegistered(Company company) throws Exception {

_countryLocalService.addCountry(
countryJSONObject.getString("a2"),
countryJSONObject.getString("a3"),
countryJSONObject.getBoolean("active"), true,
countryJSONObject.getString("a3"), true, true,
countryJSONObject.getString("idd"), name,
countryJSONObject.getString("number"), 0, true, false,
countryJSONObject.getBoolean("zipRequired"),
Expand Down

0 comments on commit f00fbe8

Please sign in to comment.