feat: fix payment status
This commit is contained in:
parent
8f3ad32a3c
commit
7a45fc35dc
|
|
@ -32,8 +32,8 @@ export class Nowpayments {
|
|||
}
|
||||
|
||||
if (
|
||||
decrypt.payment_status !== 'confirmed' &&
|
||||
decrypt.payment_status !== 'finished'
|
||||
body.payment_status !== 'confirmed' &&
|
||||
body.payment_status !== 'finished'
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue