From a4bb5c2d854d94645eac8540a8786d25b3a13b6e Mon Sep 17 00:00:00 2001 From: SizzlinSeal <67880368+SizzlinSeal@users.noreply.github.com> Date: Wed, 9 Dec 2020 13:32:13 -0800 Subject: [PATCH 1/2] added available cards on amazon-ca --- src/store/model/amazon-ca.ts | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index d224e78264..8f078446ba 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -23,6 +23,46 @@ export const AmazonCa: Store = { series: 'test:series', url: 'https://www.amazon.ca/dp/B07PBLD2MX' }, + { + brand: 'msi', + cartUrl: + 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08KWN2LZG&Quantity.1=1', + model: 'gaming x trio', + series: '3070', + url: 'https://www.amazon.ca/dp/B08KWN2LZG' + }, + { + brand: 'msi', + cartUrl: + 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08KWLMZV4&Quantity.1=1', + model: 'ventus 3x oc', + series: '3070', + url: 'https://www.amazon.ca/dp/B08KWLMZV4' + }, + { + brand: 'evga', + cartUrl: + 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08LW46GH2&Quantity.1=1', + model: 'xc3', + series: '3070', + url: 'https://www.amazon.ca/dp/B08LW46GH2' + }, + { + brand: 'evga', + cartUrl: + 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08L8L71SM&Quantity.1=1', + model: 'cx3 ultra', + series: '3070', + url: 'https://www.amazon.ca/dp/B08L8L71SM' + }, + { + brand: 'evga', + cartUrl: + 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08L8L9TCZ&Quantity.1=1', + model: 'ftw3 ultra', + series: '3070', + url: 'https://www.amazon.ca/dp/B08L8L9TCZ' + }, { brand: 'msi', cartUrl: From 3025f359b7cfe218fc499d4683343a22e3919e2b Mon Sep 17 00:00:00 2001 From: SizzlinSeal <67880368+SizzlinSeal@users.noreply.github.com> Date: Wed, 9 Dec 2020 13:36:49 -0800 Subject: [PATCH 2/2] fix typo --- src/store/model/amazon-ca.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index 8f078446ba..e16d118f1c 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -51,7 +51,7 @@ export const AmazonCa: Store = { brand: 'evga', cartUrl: 'https://www.amazon.ca/gp/aws/cart/add.html?ASIN.1=B08L8L71SM&Quantity.1=1', - model: 'cx3 ultra', + model: 'xc3 ultra', series: '3070', url: 'https://www.amazon.ca/dp/B08L8L71SM' },