feat(store): add bannedSeller label for stores (#173)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
George
2020-09-21 15:54:40 -07:00
committed by GitHub
parent 5f628d2c12
commit 71c6774511
4 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ export const Amazon: Store = {
],
labels: {
captcha: ['enter the characters you see below'],
outOfStock: ['currently unavailable', 'available from these sellers']
outOfStock: ['currently unavailable', 'available from these sellers'],
bannedSeller: ['sports authentics', 'raccoon capitalist', 'gigaparts']
},
name: 'amazon'
};