Changed currency to USD

This commit is contained in:
rodel-calasagsag 2021-04-04 03:44:40 -07:00
parent 8de05f8e5b
commit 3d8e27e06a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const taxRates = [
}
];
const taxTotals = ['£10.00', '£40.00', 240.00'];
const taxTotals = ['$10.00', '$40.00', '$240.00'];
const initProducts = async () => {
const apiUrl = config.get('url');