DumplingShopBot icon indicating copy to clipboard operation
DumplingShopBot copied to clipboard

text on payment link not working

Open SaeedPoureshghi opened this issue 4 months ago • 0 comments

export function generatePaymentLink(toWallet, amount, comment, app) { if (app === "tonhub") { return https://tonhub.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}; } return https://app.tonkeeper.com/transfer/${toWallet}?amount=${toNano( amount )}&text=${comment}; }

comment not applied to transaction sent by tonkeeper!

SaeedPoureshghi avatar Oct 12 '24 09:10 SaeedPoureshghi