mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
New feature: Apps limited inventory (#961)
This commit is contained in:
committed by
Nicolas Dorier
parent
fefc45854e
commit
d99beb9811
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
@@ -20,6 +20,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
public ItemPrice Price { get; set; }
|
||||
public string Title { get; set; }
|
||||
public bool Custom { get; set; }
|
||||
public int? Inventory { get; set; } = null;
|
||||
}
|
||||
|
||||
public class CurrencyInfoData
|
||||
|
||||
Reference in New Issue
Block a user