mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-08 20:08:05 -05:00
fix(funding required): project url
This commit is contained in:
@@ -134,7 +134,7 @@ async function handle(
|
||||
}
|
||||
|
||||
const { data: invoice } = await btcpayApi.post<BtcPayCreateInvoiceRes>('/invoices', {
|
||||
checkout: {
|
||||
checkout: {
|
||||
monitoringMinutes: 9999999,
|
||||
lazyPaymentMethods: false,
|
||||
},
|
||||
@@ -201,7 +201,7 @@ async function handle(
|
||||
fund: project.fund,
|
||||
date: project.date,
|
||||
author: project.nym,
|
||||
url: `${env.APP_URL}/${project.fund}/${project.slug}`,
|
||||
url: `${env.APP_URL}/${project.fund}/projects/${project.slug}`,
|
||||
is_funded: !!project.isFunded,
|
||||
target_amount_btc: Number(targetAmountBtc.toFixed(8)),
|
||||
target_amount_xmr: Number(targetAmountXmr.toFixed(12)),
|
||||
|
||||
Reference in New Issue
Block a user