mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Fix: Creating a new invoice in payment request with LNURL activated would crash
This commit is contained in:
@@ -215,7 +215,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
try
|
||||
{
|
||||
var invoice = await _invoiceController.CreateInvoiceCoreRaw(request, store,
|
||||
Request.GetAbsoluteUri(""));
|
||||
Request.GetAbsoluteRoot());
|
||||
return Ok(ToModel(invoice));
|
||||
}
|
||||
catch (BitpayHttpException e)
|
||||
|
||||
Reference in New Issue
Block a user