feat: fix metadata in logging, lint prettier, typed Models (#747)

This commit is contained in:
Jef LeCompte
2020-11-10 10:38:14 -05:00
committed by GitHub
parent 0bf9ba2e18
commit 318e626e78
78 changed files with 2416 additions and 1021 deletions
+4 -2
View File
@@ -3,11 +3,13 @@ import {Store} from './store';
export const MemoryExpress: Store = {
labels: {
maxPrice: {
container: '#ProductPricing .GrandTotal.c-capr-pricing__grand-total > div',
container:
'#ProductPricing .GrandTotal.c-capr-pricing__grand-total > div',
euroFormat: false
},
outOfStock: {
container: '.c-capr-inventory-selector__details-online .c-capr-inventory-store__availability',
container:
'.c-capr-inventory-selector__details-online .c-capr-inventory-store__availability',
text: ['Out of Stock']
}
},