New feature: Apps limited inventory (#961)

This commit is contained in:
Andrew Camilleri
2019-09-02 15:37:52 +02:00
committed by Nicolas Dorier
parent fefc45854e
commit d99beb9811
20 changed files with 544 additions and 123 deletions

View File

@@ -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