mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Implement store templates (#6704)
* Implement store templates * Use the template for the default rate rules * Polish messages * Do not show exchange selection if template has a script
This commit is contained in:
@@ -6,7 +6,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public class CreateStoreViewModel
|
||||
{
|
||||
public bool IsFirstStore { get; set; }
|
||||
|
||||
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
[MinLength(1)]
|
||||
@@ -22,5 +22,6 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
public string PreferredExchange { get; set; }
|
||||
|
||||
public SelectList Exchanges { get; set; }
|
||||
public bool CanEditPreferredExchange { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user