@vivlab/api-database
Advanced tools
Comparing version 1.0.72 to 1.0.73
@@ -33,3 +33,3 @@ "use strict"; | ||
shipping: shippingAmount, | ||
tax: Math.round(total / taxRate), | ||
tax: Math.round(total - total / taxRate), | ||
total | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "@vivlab/api-database", | ||
"version": "1.0.72", | ||
"version": "1.0.73", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
451410