Allow checkout with litecoin

This commit is contained in:
nicolas.dorier
2018-01-09 11:41:07 +09:00
parent 0c735f4e29
commit 6ae9d13c43
14 changed files with 600 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ namespace BTCPayServer.Models.InvoicingModels
{
public class PaymentModel
{
public string CryptoCode { get; set; }
public string ServerUrl { get; set; }
public string InvoiceId { get; set; }
public string BtcAddress { get; set; }
@@ -31,5 +32,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string StoreEmail { get; set; }
public string OrderId { get; set; }
public string CryptoImage { get; set; }
}
}