mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Add ability to add description to pull payment (#3363)
* Add ability to add description to pull payment close #2625 * Add API support * Remove 'Model.Description != "<br>"'
This commit is contained in:
@@ -133,6 +133,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
Period = request.Period,
|
||||
BOLT11Expiration = request.BOLT11Expiration,
|
||||
Name = request.Name,
|
||||
Description = request.Description,
|
||||
Amount = request.Amount,
|
||||
Currency = request.Currency,
|
||||
StoreId = storeId,
|
||||
@@ -152,6 +153,7 @@ namespace BTCPayServer.Controllers.Greenfield
|
||||
ExpiresAt = pp.EndDate,
|
||||
Amount = ppBlob.Limit,
|
||||
Name = ppBlob.Name,
|
||||
Description = ppBlob.Description,
|
||||
Currency = ppBlob.Currency,
|
||||
Period = ppBlob.Period,
|
||||
Archived = pp.Archived,
|
||||
|
||||
Reference in New Issue
Block a user