Improve display and structure of payment related configuration

This commit is contained in:
Dennis Reimann
2021-09-29 14:33:49 +02:00
committed by Andrew Camilleri
parent 975ad2f8ab
commit 67aee9bdc6
3 changed files with 100 additions and 86 deletions

View File

@@ -89,6 +89,8 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Enable Payjoin/P2EP")]
public bool PayJoinEnabled { get; set; }
public bool CanUsePayJoin { get; set; }
public bool IsOnchainSetup { get; set; }
public bool IsLightningSetup { get; set; }
public bool HintWallet { get; set; }
public bool HintLightning { get; set; }