mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
chore(store): add filter newegg
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import {Store} from './store';
|
|||||||
export const NewEgg: Store = {
|
export const NewEgg: Store = {
|
||||||
labels: {
|
labels: {
|
||||||
captcha: ['are you a human?'],
|
captcha: ['are you a human?'],
|
||||||
outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable']
|
outOfStock: ['auto notify', 'item is currently out of stock', 'service unavailable', 'we are currently experiencing problems on our server']
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user