Remove redundant payment methods from store settings (#3323)

* Add enabled toggle to wallet settings view

* Add enabled toggle to Lightning settings view

* Remove redundant payment methods from store settings

* Rename Payment Methods to Payments

* Adapt tests

* Fix invoice state toggle on details page

* Add spacing on Lightning sett8ings page
This commit is contained in:
d11n
2022-01-19 12:58:02 +01:00
committed by GitHub
parent 51c486c15a
commit c419ad68bb
29 changed files with 223 additions and 428 deletions

View File

@@ -10,6 +10,7 @@ namespace BTCPayServer.Models.StoreViewModels
public WalletId WalletId { get; set; }
public string StoreId { get; set; }
public bool IsHotWallet { get; set; }
public bool Enabled { get; set; }
public bool CanUsePayJoin { get; set; }
[Display(Name = "Enable Payjoin/P2EP")]