From c65fa04666775060532e28076a0b4af50f8dd30b Mon Sep 17 00:00:00 2001 From: anethema Date: Sun, 20 Sep 2020 06:44:49 -0700 Subject: [PATCH] fix(store): false positives for nvidia. (#85) Co-authored-by: Jef LeCompte --- README.md | 2 +- src/store/model/nvidia.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eecb287e32..ab618dcb9b 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ Here is a list of variables that you can use to customize your newly copied `.en | **Stores** | **Environment variable** | |:---:|:---:| | Best Buy | `bestbuy`| -| Amazon.ca | `amazon-ca`| | Amazon | `amazon`| +| Amazon.ca | `amazon-ca`| | B&H | `bandh`| | EVGA | `evga`| | Micro Center | `microcenter`| diff --git a/src/store/model/nvidia.ts b/src/store/model/nvidia.ts index b11524b77e..0108ff6d57 100644 --- a/src/store/model/nvidia.ts +++ b/src/store/model/nvidia.ts @@ -6,7 +6,7 @@ export const Nvidia: Store = { 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'] + oosLabels: ['product_inventory_out_of_stock', 'rate limit exceeded'] } ], name: 'nvidia'