feat(MED-100): small improvements

This commit is contained in:
2025-07-21 11:54:07 +03:00
parent 15ed539283
commit 5d53e53ba8
11 changed files with 30 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ export async function handleNavigateToPayment({ language }: { language: string }
currency: cart.currency_code.toUpperCase(),
description: `Order from Medreport`,
locale: language,
merchantReference: `${account.id}:${Date.now()}`,
merchantReference: `${account.id}:${cart.id}:${Date.now()}`,
});
const { error } = await supabase