From 40bcf1c8a2995b93c33f5206746a6c81e2ad9c18 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 23 Aug 2023 00:09:27 +0200 Subject: [PATCH] pg: status 'claimed' (not just 'claimed and redeemed') for external stores --- prime-gaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/prime-gaming.js b/prime-gaming.js index 1f165b3..da1c1c9 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -159,6 +159,7 @@ try { notify_game.status = `failed: need account linking for ${store}`; db.data[user][title].status = 'failed: need account linking'; } else { + db.data[user][title].status = 'claimed'; // print code if there is one const redeem = { // 'origin': 'https://www.origin.com/redeem', // TODO still needed or now only via account linking?