mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 15:47:35 +00:00
feat: card series filter, fix: newegg oosLabels (#120)
This commit is contained in:
@@ -3,11 +3,22 @@ import {Store} from './store';
|
||||
export const Nvidia: Store = {
|
||||
links: [
|
||||
{
|
||||
series: 'debug',
|
||||
brand: 'TEST',
|
||||
model: 'CARD',
|
||||
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5379432500/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
|
||||
cartUrl: 'https://www.nvidia.com/en-us/shop/geforce'
|
||||
},
|
||||
{
|
||||
series: '3080',
|
||||
brand: 'nvidia',
|
||||
model: 'founders edition',
|
||||
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
|
||||
oosLabels: ['product_inventory_out_of_stock', 'rate limit exceeded']
|
||||
cartUrl: 'https://www.nvidia.com/en-us/shop/geforce'
|
||||
}
|
||||
],
|
||||
labels: {
|
||||
oosList: ['product_inventory_out_of_stock', 'rate limit exceeded']
|
||||
},
|
||||
name: 'nvidia'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user