We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dbbec commit 1a3382cCopy full SHA for 1a3382c
apps/web/src/containers/Claim.tsx
@@ -48,7 +48,7 @@ export const ClaimComponent = () => {
48
}),
49
);
50
51
- const withdrawLink = `https://stackorange.com/api/payments.getWithdrawInfo?input=${id}`;
+ const withdrawLink = `https://stackorange.com/api/payments.getWithdrawInfo?input="${id}"`;
52
53
const withdrawLinkLnurl = bech32
54
.encode("lnurl", bech32.toWords(Buffer.from(withdrawLink, "utf8")), 1023)
0 commit comments