Checkout v2: Option to display amount in Sats in BIP21 case (#4730)

This commit is contained in:
d11n
2023-03-09 21:36:11 +01:00
committed by GitHub
parent f57eab3008
commit abe29f21f0
16 changed files with 71 additions and 51 deletions

View File

@@ -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; }