Rendering of Conversion tab on Invoice if enabled in store settings

This commit is contained in:
lepipele
2018-03-17 23:49:09 -05:00
parent c36a900627
commit 14b70ff35e
3 changed files with 39 additions and 26 deletions

View File

@@ -43,5 +43,7 @@ namespace BTCPayServer.Models.InvoicingModels
public int MaxTimeMinutes { get; internal set; }
public string PaymentType { get; internal set; }
public string PaymentMethodId { get; internal set; }
public bool AllowCoinConversion { get; set; }
}
}