🐛 Fix jetstream
This commit is contained in:
@@ -4,7 +4,7 @@ namespace DysonNetwork.Shared.Stream;
|
||||
|
||||
public class AccountDeletedEvent
|
||||
{
|
||||
public static string Type => "account.deleted";
|
||||
public static string Type => "account_deleted";
|
||||
|
||||
public Guid AccountId { get; set; } = Guid.NewGuid();
|
||||
public Instant DeletedAt { get; set; } = SystemClock.Instance.GetCurrentInstant();
|
||||
|
@@ -7,7 +7,7 @@ public class PaymentOrderEvent : PaymentOrderEventBase
|
||||
|
||||
public class PaymentOrderEventBase
|
||||
{
|
||||
public static string Type => "payments.orders";
|
||||
public static string Type => "payment_orders";
|
||||
|
||||
public Guid OrderId { get; set; }
|
||||
public Guid WalletId { get; set; }
|
||||
|
Reference in New Issue
Block a user