Changed currency to USD
This commit is contained in:
parent
8de05f8e5b
commit
3d8e27e06a
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue