move payjoin settings to store settings from checkout experience

This commit is contained in:
Kukks
2020-03-17 08:43:42 +01:00
parent fc88a867fa
commit d90ffb2254
6 changed files with 16 additions and 17 deletions

View File

@@ -86,6 +86,9 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Description template of the lightning invoice")]
public string LightningDescriptionTemplate { get; set; }
[Display(Name = "Enable BIP79 Payjoin/P2EP")]
public bool PayJoinEnabled { get; set; }
public class LightningNode
{