Skip to content

Commit

Permalink
adding gibraltar to domestic countries (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
BcOleks authored Dec 5, 2023
1 parent 1b9106a commit 80fbf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 80fbf68

Please sign in to comment.