From e4d49fbcd00ede39c8a2e63ae4b70af1e599a306 Mon Sep 17 00:00:00 2001 From: dakrk Date: Mon, 12 Dec 2022 12:24:14 +0000 Subject: [PATCH] Fix incorrect domain in documentation I don't think Nintendo used our own localhost test domain for ecs --- docs/patch_base_domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patch_base_domain.md b/docs/patch_base_domain.md index 00643c9..08b6f32 100644 --- a/docs/patch_base_domain.md +++ b/docs/patch_base_domain.md @@ -22,7 +22,7 @@ We can identify five types of URLs within the main DOL to patch: - This suffix is compared on all pages. If the loaded page's domain does not match, most EC functionality is disabled. - `https://oss-auth.shop.wii.com` - Similar to the first, this appears 9 times and is only referenced once. - - `https://ecs.a.taur.cloud/ecs/services/ECommerceSOAP` + - `https://ecs.shop.wii.com/ecs/services/ECommerceSOAP` - Appears to be present for `GetECConfig`, which is most likely not called within the Wii Shop channel. Instead, `ECommerceInterface#setWebSvcUrls` is preferred. ## Execution