Skip to content

Commit 0df7bf3

Browse files
committed
pg: redeem code for microsoft games
1 parent 7ffdd61 commit 0df7bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prime-gaming.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ try {
111111
// 'origin': 'https://www.origin.com/redeem', // TODO still needed or now only via account linking?
112112
'gog.com': 'https://www.gog.com/redeem',
113113
'legacy games': 'https://www.legacygames.com/primedeal',
114+
'microsoft games': 'https://redeem.microsoft.com',
114115
};
115116
let code;
116117
if (store in redeem) { // did not work for linked origin: && !await page.locator('div:has-text("Successfully Claimed")').count()

0 commit comments

Comments
 (0)