GreenField: Invoice API

This commit is contained in:
Kukks
2020-07-22 13:58:41 +02:00
committed by nicolas.dorier
parent 8239fd7e0e
commit 34e76494e3
11 changed files with 509 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ using NBitcoin;
using NBitpayClient;
using NBXplorer;
using Newtonsoft.Json.Linq;
using CreateInvoiceRequest = BTCPayServer.Models.CreateInvoiceRequest;
using ProductInformation = BTCPayServer.Services.Invoices.ProductInformation;
using StoreData = BTCPayServer.Data.StoreData;
namespace BTCPayServer.Controllers