DumplingShopBot
DumplingShopBot copied to clipboard
text on payment link not working
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!