diff --git a/src/invoice.js b/src/invoice.js index 7fe82d5..8952fc8 100644 --- a/src/invoice.js +++ b/src/invoice.js @@ -316,7 +316,7 @@ const priceFormatters = { handlebars.registerHelper('formatPrice', (value, currency) => priceFormatters[currency].format(value)) -const domesticCountries = ['The United States of America', 'United Kingdom'] +const domesticCountries = ['The United States of America', 'United Kingdom', 'Gibraltar'] export const isDomestic = (vendorCountry, clientCountry) => vendorCountry === clientCountry ||