Add currency formats for major currencies

This commit is contained in:
Mario Dian
2018-12-01 12:59:45 +08:00
parent f2a43ad1f3
commit 8f234a02cb
3 changed files with 200 additions and 27 deletions

View File

@@ -27,6 +27,7 @@ namespace BTCPayServer.Models.AppViewModels
public string Step { get; set; }
public string Title { get; set; }
public Item[] Items { get; set; }
public string CurrencyCode { get; set; }
public string CurrencySymbol { get; set; }
public string ButtonText { get; set; }