pg: status 'claimed' (not just 'claimed and redeemed') for external stores
This commit is contained in:
parent
7551a6ca96
commit
40bcf1c8a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue