This commit is contained in:
austinkelsay 2024-11-06 17:09:50 -06:00
parent 4b60055377
commit 43f2ef9da3
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -26,7 +26,7 @@ export default async function handler(req, res) {
// Call LND to check payment status
const response = await axios.get(
`https://${foundAddress.lndHost}/v1/invoice/${slug}`,
`https://${foundAddress.lndHost}:${foundAddress.lndPort}/v1/invoice/${slug}`,
{
headers: {
'Grpc-Metadata-macaroon': foundAddress.invoiceMacaroon,