mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
Merge pull request #153 from MAGICGrants/lazypaymentmethods
Use lazyPaymentMethods in btcpayserver request for static addresses
This commit is contained in:
@@ -134,7 +134,10 @@ async function handle(
|
||||
}
|
||||
|
||||
const { data: invoice } = await btcpayApi.post<BtcPayCreateInvoiceRes>('/invoices', {
|
||||
checkout: { monitoringMinutes: 9999999 },
|
||||
checkout: {
|
||||
monitoringMinutes: 9999999,
|
||||
lazyPaymentMethods: false,
|
||||
},
|
||||
currency: CURRENCY,
|
||||
metadata,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user