mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Improve display and structure of payment related configuration
This commit is contained in:
committed by
Andrew Camilleri
parent
975ad2f8ab
commit
67aee9bdc6
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user