fix: newegg out-of-stock labels (#134)

This commit is contained in:
admon84
2020-09-20 15:45:25 -06:00
committed by GitHub
parent d42736bf22
commit 19c8f188c7
+2 -3
View File
@@ -6,8 +6,7 @@ export const NewEgg: Store = {
brand: 'TEST',
model: 'CARD',
series: 'debug',
url: 'https://www.newegg.com/evga-geforce-rtx-2060-06g-p4-2066-kr/p/N82E16814487488',
cartUrl: 'https://api.bestbuy.com/click/-/6432445/cart'
url: 'https://www.newegg.com/evga-geforce-rtx-2060-06g-p4-2066-kr/p/N82E16814487488'
},
{
brand: 'asus',
@@ -90,7 +89,7 @@ export const NewEgg: Store = {
],
labels: {
captcha: ['are you a human?'],
outOfStock: ['auto notify', 'see similar items below']
outOfStock: ['auto notify', 'item is currently out of stock']
},
name: 'newegg'
};