fix(rcart): use defaultCryptoAmount for Transak widget #7

Merged
jeffemmett merged 1 commits from dev into main 2026-04-03 05:02:29 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4f87807438 - Show all commits

View File

@ -1773,7 +1773,7 @@ routes.post("/api/payments/:id/transak-session", async (c) => {
defaultCryptoCurrency: p.token,
walletAddress: p.recipientAddress,
disableWalletAddressForm: 'true',
cryptoAmount: effectiveAmount,
defaultCryptoAmount: effectiveAmount,
partnerOrderId: `pay-${paymentId}`,
email,
themeColor: '6366f1',