Make Checkout V2 the default (#4850)

* Make Checkout V2 the default

* Fix align
This commit is contained in:
Nicolas Dorier
2023-04-05 08:35:50 +09:00
committed by GitHub
parent 1b672a1ace
commit 9b8d08a668
14 changed files with 64 additions and 56 deletions

View File

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