diff --git a/modules/rcart/mod.ts b/modules/rcart/mod.ts index e67a3d7..a1e0d63 100644 --- a/modules/rcart/mod.ts +++ b/modules/rcart/mod.ts @@ -1786,6 +1786,9 @@ routes.post("/api/payments/:id/transak-session", async (c) => { defaultCryptoAmount: effectiveAmount, partnerOrderId: `pay-${paymentId}`, email, + isAutoFillUserData: 'true', + hideExchangeScreen: 'true', + paymentMethod: 'credit_debit_card', themeColor: '6366f1', colorMode: 'DARK', hideMenu: 'true', @@ -1864,6 +1867,9 @@ routes.post("/api/payments/:id/card-session", async (c) => { defaultCryptoAmount: effectiveAmount, partnerOrderId: `pay-${paymentId}`, email, + isAutoFillUserData: 'true', + hideExchangeScreen: 'true', + paymentMethod: 'credit_debit_card', themeColor: '6366f1', colorMode: 'DARK', hideMenu: 'true',