parent
1f7483687f
commit
87dc1e5db4
@ -50,7 +50,7 @@ class Donations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const response = await this.getStatus(data.id);
|
const response = await this.getStatus(data.id);
|
||||||
if (response.status !== 'complete') {
|
if (response.status !== 'complete' && response.status !== 'confirmed') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user