Properly aggregate contributions amount

This commit is contained in:
nicolas.dorier
2019-02-19 16:15:14 +09:00
parent 3bbf4de5d2
commit 119f82fd4e
3 changed files with 11 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ namespace BTCPayServer.Controllers
public string AppId { get; set; }
public object Settings { get; set; }
public string StoreId { get; set; }
public override string ToString()
{
return String.Empty;
}
}