mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
LNURL: Use Lightning description template in LNURL metadata (#3667)
* LNURL: Use Lightning description template in LNURL metadata Unifies the invoice description for the Lightning and LNURL payment methods and fixes #3634. * Add POS Order ID for consistency with Crowdfund * LNURL: Add POS item metadata to invoice For consistency with the Lightning payment method. Closes #3655.
This commit is contained in:
@@ -219,7 +219,7 @@ namespace BTCPayServer.Controllers
|
||||
Currency = settings.Currency,
|
||||
Price = price,
|
||||
BuyerEmail = email,
|
||||
OrderId = orderId,
|
||||
OrderId = orderId ?? AppService.GetPosOrderId(appId),
|
||||
NotificationURL =
|
||||
string.IsNullOrEmpty(notificationUrl) ? settings.NotificationUrl : notificationUrl,
|
||||
RedirectURL = !string.IsNullOrEmpty(redirectUrl) ? redirectUrl
|
||||
|
||||
Reference in New Issue
Block a user