mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Add presets in the checkout appearance (#4756)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user