forked from xiongyuxing/tiku-backend.net
fix: make development database seeding reliable
This commit is contained in:
@@ -411,6 +411,7 @@ public static class DevelopmentPlatformAdminSeeder
|
||||
IdempotencyKey = "demo-platform-payment-quote",
|
||||
Status = PlatformBillingQuoteStatus.Converted,
|
||||
Purpose = PlatformBillingOrderPurpose.NewSubscription,
|
||||
OriginalAmountCents = 19900,
|
||||
TotalAmountCents = 19900,
|
||||
ExpiresAt = DateTimeOffset.UtcNow.AddDays(7)
|
||||
};
|
||||
@@ -422,6 +423,7 @@ public static class DevelopmentPlatformAdminSeeder
|
||||
IdempotencyKey = "demo-platform-payment-order",
|
||||
Purpose = PlatformBillingOrderPurpose.NewSubscription,
|
||||
Status = PlatformBillingOrderStatus.PendingPayment,
|
||||
OriginalAmountCents = 19900,
|
||||
TotalAmountCents = 19900,
|
||||
ExpiresAt = DateTimeOffset.UtcNow.AddDays(7)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user