Fix lnurl for pull paymentdescription + fix authorize redirect form issue (#4630)

fixes #4627
fixes #4624
This commit is contained in:
Andrew Camilleri
2023-02-13 15:34:43 +01:00
committed by GitHub
parent dffa6accb0
commit 0d077f6ce5
4 changed files with 5 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ namespace BTCPayServer
LightMoneyUnit.BTC),
Tag = "withdrawRequest",
Callback = new Uri(Request.GetCurrentUrl()),
DefaultDescription = pp.GetBlob().Description ?? String.Empty,
DefaultDescription = pp.GetBlob().Name ?? String.Empty,
};
if (pr is null)
{