Merge pull request #467 from Kukks/feature/coinswitch

CoinSwitch Integration
This commit is contained in:
Nicolas Dorier
2019-01-07 19:11:55 +09:00
committed by GitHub
13 changed files with 500 additions and 35 deletions

View File

@@ -18,6 +18,7 @@ using System.ComponentModel.DataAnnotations;
using BTCPayServer.Services;
using System.Security.Claims;
using BTCPayServer.Payments.Changelly;
using BTCPayServer.Payments.CoinSwitch;
using BTCPayServer.Security;
using BTCPayServer.Rating;
@@ -322,6 +323,7 @@ namespace BTCPayServer.Data
public bool AnyoneCanInvoice { get; set; }
public ChangellySettings ChangellySettings { get; set; }
public CoinSwitchSettings CoinSwitchSettings { get; set; }
string _LightningDescriptionTemplate;