Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments

This commit is contained in:
Kukks
2020-08-09 14:43:13 +02:00
parent a80146e894
commit 26aac6c45d
18 changed files with 79 additions and 35 deletions

View File

@@ -55,7 +55,7 @@ namespace BTCPayServer.Models.AppViewModels
}
public class Contribution
{
public PaymentMethodId PaymentMehtodId { get; set; }
public PaymentMethodId PaymentMethodId { get; set; }
public decimal Value { get; set; }
public decimal CurrencyValue { get; set; }
}