Skip to content

Commit

Permalink
Merge pull request #64 from ChrisSFR/master
Browse files Browse the repository at this point in the history
Fix README.md Preconfigured routes name tax-rate-for-location
  • Loading branch information
mpociot authored Jan 7, 2019
2 parents 3c35e5e + d962efe commit df002d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ In order for VAT Calculator JS to work properly, these routes will be added to y

Method | Route | Usage
-------|-------|-------
`GET` | `vatcalculator/tax-rate-for-country/{country}/{postal-code}` | Returns the VAT / tax rate for the given country (2-letter ISO code).
`GET` | `vatcalculator/tax-rate-for-location/{country}/{postal-code}` | Returns the VAT / tax rate for the given country (2-letter ISO code).
`GET` | `vatcalculator/country-code` | Returns the 2-letter ISO code based from the IP address.
`GET` | `vatcalculator/validate-vat-id/{vat_id}` | Validates the given VAT ID
`GET` | `vatcalculator/calculate` | Calculates the gross price based on the parameters: `netPrice`, `country` and `vat_number`
Expand Down

0 comments on commit df002d0

Please sign in to comment.