feat: fix payment status

This commit is contained in:
Nevo David 2025-01-14 21:45:18 +07:00
parent 8f3ad32a3c
commit 7a45fc35dc
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ export class Nowpayments {
} }
if ( if (
decrypt.payment_status !== 'confirmed' && body.payment_status !== 'confirmed' &&
decrypt.payment_status !== 'finished' body.payment_status !== 'finished'
) { ) {
return; return;
} }