Add presets in the checkout appearance (#4756)

This commit is contained in:
Nicolas Dorier
2023-04-04 10:45:40 +09:00
committed by GitHub
parent eece001376
commit 60cfea9f94
18 changed files with 123 additions and 42 deletions

View File

@@ -26,6 +26,12 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Unify on-chain and lightning payment URL/QR code")]
public bool OnChainWithLnInvoiceFallback { get; set; }
[Display(Name = "Show \"Pay in wallet\" button")]
public bool ShowPayInWalletButton { get; set; }
[Display(Name = "Show the store header")]
public bool ShowStoreHeader { get; set; }
[Display(Name = "Display Lightning payment amounts in Satoshis")]
public bool LightningAmountInSatoshi { get; set; }