mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-19 21:24:22 +01:00
When creating a new apps, the default currency of the store should be used
This commit is contained in:
@@ -14,7 +14,6 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
[Required]
|
||||
[MaxLength(30)]
|
||||
public string Title { get; set; }
|
||||
[Required]
|
||||
[MaxLength(5)]
|
||||
public string Currency { get; set; }
|
||||
public string Template { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user