mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Support Lnurl Withdraw in pull payments (#3709)
* Support Lnurl Withdraw * cleanup and small fixes * remove putin brace
This commit is contained in:
@@ -16,11 +16,14 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public int CompletedPercent { get; set; }
|
||||
public int AwaitingPercent { get; set; }
|
||||
public string Completed { get; set; }
|
||||
public string Awaiting { get; set; }
|
||||
public string Limit { get; set; }
|
||||
public string CompletedFormatted { get; set; }
|
||||
public string AwaitingFormatted { get; set; }
|
||||
public string LimitFormatted { get; set; }
|
||||
public string ResetIn { get; set; }
|
||||
public string EndIn { get; set; }
|
||||
public decimal Awaiting { get; set; }
|
||||
public decimal Completed { get; set; }
|
||||
public decimal Limit { get; set; }
|
||||
}
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user