mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(store): false positives for nvidia. (#85)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -88,8 +88,8 @@ Here is a list of variables that you can use to customize your newly copied `.en
|
|||||||
| **Stores** | **Environment variable** |
|
| **Stores** | **Environment variable** |
|
||||||
|:---:|:---:|
|
|:---:|:---:|
|
||||||
| Best Buy | `bestbuy`|
|
| Best Buy | `bestbuy`|
|
||||||
| Amazon.ca | `amazon-ca`|
|
|
||||||
| Amazon | `amazon`|
|
| Amazon | `amazon`|
|
||||||
|
| Amazon.ca | `amazon-ca`|
|
||||||
| B&H | `bandh`|
|
| B&H | `bandh`|
|
||||||
| EVGA | `evga`|
|
| EVGA | `evga`|
|
||||||
| Micro Center | `microcenter`|
|
| Micro Center | `microcenter`|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export const Nvidia: Store = {
|
|||||||
brand: 'nvidia',
|
brand: 'nvidia',
|
||||||
model: 'founders edition',
|
model: 'founders edition',
|
||||||
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
|
url: 'https://api.digitalriver.com/v1/shoppers/me/products/5438481700/inventory-status?apiKey=9485fa7b159e42edb08a83bde0d83dia',
|
||||||
oosLabels: ['product_inventory_out_of_stock']
|
oosLabels: ['product_inventory_out_of_stock', 'rate limit exceeded']
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
name: 'nvidia'
|
name: 'nvidia'
|
||||||
|
|||||||
Reference in New Issue
Block a user