upd: remove idSession since Stripe tends to return NULL
This commit is contained in:
parent
0627f84e30
commit
dbded3b68d
4 changed files with 1 additions and 12 deletions
|
|
@ -94,7 +94,7 @@ export class StripeHookServerService {
|
|||
});
|
||||
}
|
||||
|
||||
this.logger.succ(`${user.username} has succesfully approved their ID via Session ${user.idSession}`);
|
||||
this.logger.succ(`${user.username} has succesfully approved their ID via Session ${verificationSession.client_reference_id}`);
|
||||
|
||||
await this.usersRepository.update(user.id, { idCheckRequired: false, idVerified: true });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue