Skip to content

Commit

Permalink
fix: newegg out-of-stock labels (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 committed Sep 20, 2020
1 parent d42736b commit 19c8f18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/store/model/newegg.ts
Expand Up @@ -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',
Expand Down Expand Up @@ -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'
};

0 comments on commit 19c8f18

Please sign in to comment.