mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +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:
@@ -129,6 +129,7 @@ namespace BTCPayServer.Controllers
|
||||
await _pullPaymentService.CreatePullPayment(new HostedServices.CreatePullPayment()
|
||||
{
|
||||
Name = model.Name,
|
||||
Description = model.Description,
|
||||
Amount = model.Amount,
|
||||
Currency = model.Currency,
|
||||
StoreId = storeId,
|
||||
|
||||
Reference in New Issue
Block a user