Skip to content

text on payment link not working #1

@SaeedPoureshghi

Description

@SaeedPoureshghi

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions