From cbc43304bf49863000f422fbff4ed200ea610914 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 2 Dec 2020 16:58:05 -0500 Subject: [PATCH] fix(amazon-de): remove xbox cart links Fixes #1095 Signed-off-by: Jef LeCompte --- src/store/model/amazon-de.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/store/model/amazon-de.ts b/src/store/model/amazon-de.ts index cc9fb4407d..ec1dea1df8 100644 --- a/src/store/model/amazon-de.ts +++ b/src/store/model/amazon-de.ts @@ -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'