ewngs / szamlazz.js

Node.js client for Szamlazz.hu
MIT License
38 stars 34 forks source link

Add "ÁKK" as an acceptable VAT key ("áfakulcs") #14

Closed balazsnemeth closed 4 years ago

balazsnemeth commented 4 years ago
      if (['TAM', 'AAM', 'EU', 'EUK', 'MAA''].includes(this._options.vat)) {

should be

      if (['TAM', 'AAM', 'EU', 'EUK', 'MAA', 'ÁKK'].includes(this._options.vat)) {

Because "ÁKK" key is also acceptable and works well.

mondalaci commented 4 years ago

Resolved by #15. Please close issues using keywords in upcoming PRs.