From 906c33aaf0d65e29ade7286bb77a9c66cc90c93e Mon Sep 17 00:00:00 2001 From: XXhaos Date: Tue, 2 Jun 2026 17:58:01 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Scripts/NewAddToCart=5FWeb?= =?UTF-8?q?.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/NewAddToCart_Web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/NewAddToCart_Web.js b/Scripts/NewAddToCart_Web.js index 8982a7f..c179f7d 100644 --- a/Scripts/NewAddToCart_Web.js +++ b/Scripts/NewAddToCart_Web.js @@ -62,7 +62,7 @@ function parseProductList(raw) { .filter(Boolean); } -const API_URL = "https://cart.production.store-web.dynamics.com/cart/v1.0/cart/loadCart?cartType=consumer&appId=XboxWeb"; +const API_URL = "https://cart.production.store-web.dynamics.com/cart/v1.0/cart/loadCart?cartType=consumer&appId=StoreWeb"; const HEADERS = { "content-type": "application/json", "accept": "*/*",