From 167713bb14080e5e1d2f77c7ee933918b6fd5cfc Mon Sep 17 00:00:00 2001 From: Michael Vendivel Date: Sun, 15 Nov 2020 11:05:14 -0600 Subject: [PATCH] fix(amazon): add 5800x and 5600x (#802) --- src/store/model/amazon.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index c31e614..5e2b200 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -279,6 +279,22 @@ export const Amazon: Store = { series: '3090', url: 'https://www.amazon.com/dp/B08HJLLF7G' }, + { + brand: 'amd', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08166SLDF&Quantity.1=1', + model: '5600x', + series: 'ryzen5600', + url: 'https://www.amazon.com/dp/B08166SLDF' + }, + { + brand: 'amd', + cartUrl: + 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B0815XFSGK&Quantity.1=1', + model: '5800x', + series: 'ryzen5800', + url: 'https://www.amazon.com/dp/product/B0815XFSGK' + }, { brand: 'amd', cartUrl: