Skip to content

Commit

Permalink
Merge pull request #54668 from Expensify/francois-netsuite-tax-countries
Browse files Browse the repository at this point in the history
[No QA] Fix NetSuite tax countries list
  • Loading branch information
yuwenmemon authored Jan 6, 2025
2 parents fa59257 + ef538a8 commit 98b5754
Showing 1 changed file with 55 additions and 49 deletions.
104 changes: 55 additions & 49 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2005,76 +2005,82 @@ const CONST = {
* Should mirror the list on the OldDot.
*/
NETSUITE_TAX_COUNTRIES: [
'_canada',
'_unitedKingdomGB',
'_unitedKingdom',
'_argentina',
'_australia',
'_southAfrica',
'_india',
'_france',
'_netherlands',
'_germany',
'_singapore',
'_spain',
'_ireland',
'_denmark',
'_austria',
'_azerbaijan',
'_belgium',
'_brazil',
'_japan',
'_philippines',
'_bulgaria',
'_canada',
'_china',
'_argentina',
'_newZealand',
'_switzerland',
'_sweden',
'_portugal',
'_mexico',
'_israel',
'_thailand',
'_costaRica',
'_croatia',
'_croatiaHrvatska',
'_cyprus',
'_czechRepublic',
'_denmark',
'_egypt',
'_estonia',
'_finland',
'_france',
'_georgia',
'_germany',
'_ghana',
'_greece',
'_hongKong',
'_hungary',
'_india',
'_indonesia',
'_iranIslamicRepublicOf',
'_ireland',
'_israel',
'_italy',
'_japan',
'_jordan',
'_kenya',
'_koreaRepublicOf',
'_koreaTheRepublicOf',
'_kuwait',
'_latvia',
'_lebanon',
'_lithuania',
'_luxembourg',
'_malaysia',
'_malta',
'_mexico',
'_morocco',
'_myanmar',
'_netherlands',
'_newZealand',
'_nigeria',
'_norway',
'_pakistan',
'_philippines',
'_poland',
'_portugal',
'_romania',
'_saudiArabia',
'_serbia',
'_singapore',
'_slovakRepublic',
'_slovakia',
'_slovenia',
'_southAfrica',
'_spain',
'_sriLanka',
'_sweden',
'_switzerland',
'_taiwan',
'_thailand',
'_turkey',
'_turkiye',
'_ukraine',
'_unitedArabEmirates',
'_unitedKingdom',
'_unitedKingdomGB',
'_vietnam',
'_austria',
'_bulgaria',
'_greece',
'_cyprus',
'_norway',
'_romania',
'_poland',
'_hongKong',
'_luxembourg',
'_lithuania',
'_malta',
'_finland',
'_koreaRepublicOf',
'_italy',
'_georgia',
'_hungary',
'_latvia',
'_estonia',
'_slovenia',
'_serbia',
'_croatiaHrvatska',
'_belgium',
'_turkey',
'_taiwan',
'_azerbaijan',
'_slovakRepublic',
'_costaRica',
'_vietNam',
] as string[],

QUICKBOOKS_EXPORT_DATE: {
Expand Down

0 comments on commit 98b5754

Please sign in to comment.