feat(MED-85): run sending fake medipost results in dev from Medusa BO

This commit is contained in:
2025-08-28 10:24:13 +03:00
parent d760f86632
commit 47ab39172e
7 changed files with 89 additions and 2 deletions

View File

@@ -41,8 +41,6 @@ export async function POST(request: NextRequest) {
orderCreatedAt: new Date(medreportOrder.created_at),
});
console.info("SEND XML", messageXml);
try {
await sendPrivateMessageTestResponse({ messageXml });
} catch (error) {