Merge pull request #731 from Kukks/coinswitch-shitcoin-tax

add coinswitch shitcoin tax
This commit is contained in:
Nicolas Dorier
2019-04-02 17:33:37 +09:00
committed by GitHub
7 changed files with 18 additions and 3 deletions

View File

@@ -333,6 +333,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,