add coinswitch shitcoin tax

This commit is contained in:
Kukks
2019-03-31 18:55:14 +02:00
parent ad0edb5f4c
commit 6db9061dd1
7 changed files with 18 additions and 3 deletions

View File

@@ -316,6 +316,7 @@ namespace BTCPayServer.Controllers
ChangellyMerchantId = changelly?.ChangellyMerchantId,
ChangellyAmountDue = changellyAmountDue,
CoinSwitchEnabled = coinswitch != null,
CoinSwitchAmountMarkupPercentage = coinswitch?.AmountMarkupPercentage?? 0,
CoinSwitchMerchantId = coinswitch?.MerchantId,
CoinSwitchMode = coinswitch?.Mode,
StoreId = store.Id,