iso_3166_2 field on countries (/static API)

Hello,

Could you please add the iso_3166_2 field on countries collection on the /static API endpoint?
My application stores only the two letter country code so I can’t make the matching.

Thanks :slight_smile:

Sure, here’s the change:

https://github.com/invoiceninja/invoiceninja/commit/265c4ae35df7322dda77bcc883965b12bdf18912

Note: you’d need to clear the cache by adding ?clear_cache=true to the URL for the change to take effect.

Thanks!

It will be available on the next release I guess?

Yes, that’s correct.

We plan to release v4.1.5 later today.

Great!!