Skip to content

Commit

Permalink
fix(amazon-de): remove xbox cart links
Browse files Browse the repository at this point in the history
Fixes #1095

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
jef committed Dec 2, 2020
1 parent feddac7 commit cbc4330
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/store/model/amazon-de.ts
Expand Up @@ -524,16 +524,18 @@ export const AmazonDe: Store = {
},
{
brand: 'microsoft',
cartUrl:
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B08H93ZRLL&Quantity.1=1',
// Disabled because of #1095
// cartUrl:
// 'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B08H93ZRLL&Quantity.1=1',
model: 'xbox series x',
series: 'xboxsx',
url: 'https://www.amazon.de/dp/B08H93ZRLL'
},
{
brand: 'microsoft',
cartUrl:
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B087VM5XC6&Quantity.1=1',
// Disabled because of #1095
// cartUrl:
// 'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B087VM5XC6&Quantity.1=1',
model: 'xbox series s',
series: 'xboxss',
url: 'https://www.amazon.de/dp/B087VM5XC6'
Expand Down

0 comments on commit cbc4330

Please sign in to comment.