We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffdd61 commit 0df7bf3Copy full SHA for 0df7bf3
prime-gaming.js
@@ -111,6 +111,7 @@ try {
111
// 'origin': 'https://www.origin.com/redeem', // TODO still needed or now only via account linking?
112
'gog.com': 'https://www.gog.com/redeem',
113
'legacy games': 'https://www.legacygames.com/primedeal',
114
+ 'microsoft games': 'https://redeem.microsoft.com',
115
};
116
let code;
117
if (store in redeem) { // did not work for linked origin: && !await page.locator('div:has-text("Successfully Claimed")').count()
0 commit comments