mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +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:
@@ -33,6 +33,7 @@ namespace BTCPayServer.Models.InvoicingModels
|
||||
public bool IsModal { get; set; }
|
||||
public bool IsUnsetTopUp { get; set; }
|
||||
public bool OnChainWithLnInvoiceFallback { get; set; }
|
||||
public bool CelebratePayment { get; set; }
|
||||
public string CryptoCode { get; set; }
|
||||
public string InvoiceId { get; set; }
|
||||
public string BtcAddress { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user