MB order notification lookup fix

This commit is contained in:
julian 2023-03-07 14:13:12 -06:00
parent 3d04dc9ef8
commit 650584ad74

View file

@ -223,6 +223,9 @@ class NotificationsService extends ChangeNotifier {
case "expired": case "expired":
case "Finished": case "Finished":
case "finished": case "finished":
case "Completed":
case "completed":
case "Not found":
shouldWatchForUpdates = false; shouldWatchForUpdates = false;
break; break;
default: default: