diff --git a/modules/rcart/mod.ts b/modules/rcart/mod.ts index 34d46fe..08bc880 100644 --- a/modules/rcart/mod.ts +++ b/modules/rcart/mod.ts @@ -1781,6 +1781,7 @@ routes.post("/api/payments/:id/transak-session", async (c) => { partnerOrderId: `pay-${paymentId}`, email, themeColor: '6366f1', + colorMode: 'DARK', hideMenu: 'true', }; @@ -1858,6 +1859,7 @@ routes.post("/api/payments/:id/card-session", async (c) => { partnerOrderId: `pay-${paymentId}`, email, themeColor: '6366f1', + colorMode: 'DARK', hideMenu: 'true', }; // Derive fiat amount: use explicit fiatAmount, or infer from crypto amount for stablecoins