feat(MED-85): fix missing async
This commit is contained in:
@@ -143,7 +143,7 @@ export async function processMontonioCallback(orderToken: string) {
|
||||
console.error("Missing email or analysisPackageName", orderResult);
|
||||
}
|
||||
|
||||
sendOrderToMedipost({ medusaOrderId, orderedAnalysisElements });
|
||||
await sendOrderToMedipost({ medusaOrderId, orderedAnalysisElements });
|
||||
|
||||
return { success: true, orderId };
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user