mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat(store): add bannedSeller label for stores (#173)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user