mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Make Checkout V2 the default (#4850)
* Make Checkout V2 the default * Fix align
This commit is contained in:
@@ -38,8 +38,8 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[Display(Name = "Default payment method on checkout")]
|
||||
public string DefaultPaymentMethod { get; set; }
|
||||
|
||||
[Display(Name = "Use the new checkout")]
|
||||
public bool UseNewCheckout { get; set; }
|
||||
[Display(Name = "Use the classic checkout")]
|
||||
public bool UseClassicCheckout { get; set; }
|
||||
|
||||
[Display(Name = "Celebrate payment with confetti")]
|
||||
public bool CelebratePayment { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user