mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix lnurl for pull paymentdescription + fix authorize redirect form issue (#4630)
fixes #4627 fixes #4624
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user