add new properties and change types to decimal

This commit is contained in:
Andrew Camilleri
2018-05-11 11:31:21 +02:00
parent 5ffe118159
commit 239a011e60
4 changed files with 74 additions and 32 deletions

View File

@@ -207,7 +207,7 @@ namespace BTCPayServer.HostedServices
if (btcCryptoInfo != null)
{
#pragma warning disable CS0618
notification.Rate = (double)dto.Rate;
notification.Rate = dto.Rate;
notification.Url = dto.Url;
notification.BTCDue = dto.BTCDue;
notification.BTCPaid = dto.BTCPaid;