mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Checkout v2: Celebrate payment with confetti (#4727)
* Checkout v2: Celebrate payment with confetti Have a colorful celebration for successful payments. * Make it default and add test
This commit is contained in:
@@ -35,6 +35,9 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[Display(Name = "Use the new checkout")]
|
||||
public bool UseNewCheckout { get; set; }
|
||||
|
||||
[Display(Name = "Celebrate payment with confetti")]
|
||||
public bool CelebratePayment { get; set; }
|
||||
|
||||
[Display(Name = "Requires a refund email")]
|
||||
public bool RequiresRefundEmail { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user