mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Checkout v2: Option to display amount in Sats in BIP21 case (#4730)
This commit is contained in:
@@ -26,6 +26,9 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[Display(Name = "Unify on-chain and lightning payment URL/QR code")]
|
||||
public bool OnChainWithLnInvoiceFallback { get; set; }
|
||||
|
||||
[Display(Name = "Display Lightning payment amounts in Satoshis")]
|
||||
public bool LightningAmountInSatoshi { get; set; }
|
||||
|
||||
[Display(Name = "Default payment method on checkout")]
|
||||
public string DefaultPaymentMethod { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user