There was an error while loading. Please reload this page.
1 parent eefd9ee commit 6027d36Copy full SHA for 6027d36
1 file changed
src/lib/sovd-api.ts
@@ -1557,7 +1557,7 @@ export class SovdApiClient {
1557
const apiStatus = apiFault.status?.toLowerCase() || '';
1558
if (apiStatus === 'confirmed' || apiStatus === 'active') {
1559
status = 'active';
1560
- } else if (apiStatus === 'pending') {
+ } else if (apiStatus === 'pending' || apiStatus === 'prefailed') {
1561
status = 'pending';
1562
} else if (apiStatus === 'cleared' || apiStatus === 'resolved') {
1563
status = 'cleared';
0 commit comments