mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix(amazon-de): remove xbox cart links
Fixes #1095 Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -524,16 +524,18 @@ export const AmazonDe: Store = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
brand: 'microsoft',
|
brand: 'microsoft',
|
||||||
cartUrl:
|
// Disabled because of #1095
|
||||||
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B08H93ZRLL&Quantity.1=1',
|
// cartUrl:
|
||||||
|
// 'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B08H93ZRLL&Quantity.1=1',
|
||||||
model: 'xbox series x',
|
model: 'xbox series x',
|
||||||
series: 'xboxsx',
|
series: 'xboxsx',
|
||||||
url: 'https://www.amazon.de/dp/B08H93ZRLL'
|
url: 'https://www.amazon.de/dp/B08H93ZRLL'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
brand: 'microsoft',
|
brand: 'microsoft',
|
||||||
cartUrl:
|
// Disabled because of #1095
|
||||||
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B087VM5XC6&Quantity.1=1',
|
// cartUrl:
|
||||||
|
// 'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B087VM5XC6&Quantity.1=1',
|
||||||
model: 'xbox series s',
|
model: 'xbox series s',
|
||||||
series: 'xboxss',
|
series: 'xboxss',
|
||||||
url: 'https://www.amazon.de/dp/B087VM5XC6'
|
url: 'https://www.amazon.de/dp/B087VM5XC6'
|
||||||
|
|||||||
Reference in New Issue
Block a user