feat(MED-131): improve logging, error validation
This commit is contained in:
@@ -100,6 +100,7 @@ const handleOrderToken = async (orderToken: string) => {
|
||||
analysisPackageName: analysisPackageOrderItem?.title ?? '',
|
||||
};
|
||||
} catch (error) {
|
||||
console.error("Failed to place order", error);
|
||||
throw new Error(`Failed to place order, message=${error}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user