Big refactorying for supporting multi currencies

This commit is contained in:
nicolas.dorier
2017-12-21 15:52:04 +09:00
parent d5ef36fe50
commit a37fdde214
23 changed files with 1201 additions and 240 deletions

View File

@@ -92,7 +92,7 @@ namespace BTCPayServer.Models.InvoicingModels
get;
set;
}
public double Rate
public decimal Rate
{
get;
internal set;