parent
1b83260a62
commit
ca3ed15813
@ -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