mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
feat: fix metadata in logging, lint prettier, typed Models (#747)
This commit is contained in:
@@ -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']
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user