Skip to content

Commit

Permalink
chore(amazon-ca): add rtx 3070 cards (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzlinSeal01 committed Dec 10, 2020
1 parent 2632386 commit 3841666
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/store/model/amazon-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'xc3 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:
Expand Down

0 comments on commit 3841666

Please sign in to comment.