From 0df7bf35ba9bf1260b7ddab06f2d75e35d42a186 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Tue, 1 Nov 2022 22:21:47 +0100 Subject: [PATCH] pg: redeem code for microsoft games --- prime-gaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/prime-gaming.js b/prime-gaming.js index a79e4b7..9f23d2d 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -111,6 +111,7 @@ try { // 'origin': 'https://www.origin.com/redeem', // TODO still needed or now only via account linking? 'gog.com': 'https://www.gog.com/redeem', 'legacy games': 'https://www.legacygames.com/primedeal', + 'microsoft games': 'https://redeem.microsoft.com', }; let code; if (store in redeem) { // did not work for linked origin: && !await page.locator('div:has-text("Successfully Claimed")').count()