btcpayserver/BTCPayServer/Events
d11n f5d26a1555
Store: Fix missing invitation email when adding new user (#6372)
Fixes #6369, a regression introduced with#6188: Sending invite emails required a flag to be set, which defaulted to false. This fixes the code to explicitely set the flag and also defaults it to true (sending an invite email unless declared otherwise).
2024-11-09 13:55:34 +01:00
..
IHasInvoiceId.cs
InvoiceDataChangedEvent.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
InvoiceEvent.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
InvoiceIPNEvent.cs Do not send email twice for bitpay API, log whether IPN is an ExtendedNotification. (Fix #968) 2022-01-12 00:26:12 +09:00
InvoiceNeedUpdateEvent.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
InvoiceNewPaymentDetailsEvent.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
InvoicePaymentMethodActivated.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
NBXplorerStateChangedEvent.cs
NewBlockEvent.cs Remove additional cryptoCode from events (#6277) 2024-10-07 09:37:56 +09:00
NewOnChainTransactionEvent.cs Remove additional cryptoCode from events (#6277) 2024-10-07 09:37:56 +09:00
SettingsChanged.cs Store Settings feature with own table (#3851) 2022-06-13 13:36:47 +09:00
StoreRemovedEvent.cs Fix missing walletchanged event and add storeremoved event (#4676) 2023-02-22 13:13:58 +09:00
UserApprovedEvent.cs Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
UserConfirmedEmailEvent.cs Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
UserInviteAcceptedEvent.cs Onboarding: Invite new users on store level (#5719) 2024-03-19 14:58:33 +01:00
UserPasswordResetRequestedEvent.cs
UserRegisteredEvent.cs Store: Fix missing invitation email when adding new user (#6372) 2024-11-09 13:55:34 +01:00
WalletChangedEvent.cs