valeriansaliou/node-sales-tax

Wrong VAT for Sweden

mo opened this issue · 1 comments

mo commented

Sweden has 25% VAT by default and 12% / 6% for certain goods

Sweden has already a 25% VAT rate set in node-sales-tax; ie:

  "SE": {
    "type": "vat",
    "rate": 0.25
  }

node-sales-tax does not support reduced tax rates at the moment.