Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions app/utils/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const countriesMap = {
BH: 'Bahrain',
BD: 'Bangladesh',
BB: 'Barbados',
BY: 'Belarus',
BE: 'Belgium',
BZ: 'Belize',
BJ: 'Benin',
Expand Down Expand Up @@ -179,7 +178,6 @@ const countriesMap = {
QA: 'Qatar',
RE: 'Reunion',
RO: 'Romania',
RU: 'Russian Federation',
RW: 'Rwanda',
BL: 'Saint Barthelemy',
SH: 'Saint Helena',
Expand Down Expand Up @@ -270,7 +268,6 @@ states[countriesMap['CA']] = [
export const zeroVatThresholdCountries = [
countriesMap['AL'],
countriesMap['BH'],
countriesMap['BY'],
countriesMap['CL'],
countriesMap['LI'],
countriesMap['MA'],
Expand All @@ -297,7 +294,6 @@ export const nonZeroVatThresholdCountries = [
countriesMap['NZ'],
countriesMap['MX'],
countriesMap['NO'],
countriesMap['RU'],
countriesMap['SG'],
countriesMap['ZA'],
];
Expand Down