Adding setting in checkout experience for inclusion of private route hints

This commit is contained in:
rockstardev
2020-05-19 16:26:03 -05:00
parent 5033cb3186
commit 33f63508e8
4 changed files with 13 additions and 1 deletions

View File

@@ -63,7 +63,10 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Display lightning payment amounts in Satoshis")]
public bool LightningAmountInSatoshi { get; set; }
[Display(Name = "Add hop hints for private channels to the lightning invoice")]
public bool LightningPrivateRouteHints { get; set; }
[Display(Name = "Redirect invoice to redirect url automatically after paid")]
public bool RedirectAutomatically { get; set; }
}