-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels