🐛 Fix create subscription from order will make the identifier null

This commit is contained in:
LittleSheep 2025-06-23 02:40:24 +08:00
parent c338512c16
commit 6bec0a672e

View File

@ -154,6 +154,7 @@ public class SubscriptionService(
EndedAt = order.BegunAt.Plus(cycleDuration),
IsActive = true,
Status = SubscriptionStatus.Paid,
Identifier = subscriptionIdentifier,
PaymentMethod = provider,
PaymentDetails = new PaymentDetails
{