From 19c8f188c796258c469c2b4c6461fc5da3907a47 Mon Sep 17 00:00:00 2001 From: admon84 Date: Sun, 20 Sep 2020 15:45:25 -0600 Subject: [PATCH] fix: newegg out-of-stock labels (#134) --- src/store/model/newegg.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/store/model/newegg.ts b/src/store/model/newegg.ts index c3680504ec..154050a344 100644 --- a/src/store/model/newegg.ts +++ b/src/store/model/newegg.ts @@ -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' };