-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open

Description
for getting value of the sales tax TN, the value is wrong,
this is the response i get
result is: {"type":"vat","rate":0.07,"currency":"USD","area":"national","exchange":"consumer","charge":{"direct":true,"reverse":false},"details":[{"type":"vat","rate":0.07}]}
this is the function getting the result
const result = await SalesTax.getSalesTax('US', 'TN');
the corrected value for tn is supposed to be 0.0925 not 0.07
Metadata
Metadata
Assignees
Labels
No labels