Update fates prices

This commit is contained in:
Made Baruna 2021-08-30 13:09:52 +07:00
parent aaefd94824
commit e7b19dbb23
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD

View file

@ -33,7 +33,7 @@
},
EUR: {
currency: '€',
values: [1.19, 5.49, 16.99, 32.99, 54.99, 109.99],
values: [0.99, 4.99, 14.99, 29.99, 49.99, 99.99],
},
BRL: {
currency: 'R$',
@ -45,12 +45,16 @@
},
GBP: {
currency: '£',
values: [0.99, 4.99, 14.99, 29.99, 49.99, 99.99],
values: [0.89, 4.49, 12.99, 25.99, 44.99, 89.99],
},
CNY: {
currency: '¥',
values: [6.0, 30.0, 98.0, 198.0, 328.0, 648.0],
},
SGD: {
currency: 'S$',
values: [1.48, 6.98, 21.98, 44.98, 68.98, 148.98],
},
Custom: {
currency: 'Custom',
values: [0.99, 4.99, 14.99, 29.99, 49.99, 99.99],
@ -70,6 +74,7 @@
{ label: 'MYR (RM)', value: 'MYR' },
{ label: 'GBP (£)', value: 'GBP' },
{ label: 'CNY (¥)', value: 'CNY' },
{ label: 'SGD (S$)', value: 'SGD' },
{ label: 'Custom', value: 'Custom' },
];