Skip to content

Commit 1a3382c

Browse files
committed
Fix endpoint
1 parent 93dbbec commit 1a3382c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/containers/Claim.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const ClaimComponent = () => {
4848
}),
4949
);
5050

51-
const withdrawLink = `https://stackorange.com/api/payments.getWithdrawInfo?input=${id}`;
51+
const withdrawLink = `https://stackorange.com/api/payments.getWithdrawInfo?input="${id}"`;
5252

5353
const withdrawLinkLnurl = bech32
5454
.encode("lnurl", bech32.toWords(Buffer.from(withdrawLink, "utf8")), 1023)

0 commit comments

Comments
 (0)