🐛 Fix create subscription from order will make the identifier null
This commit is contained in:
parent
c338512c16
commit
6bec0a672e
@ -154,6 +154,7 @@ public class SubscriptionService(
|
||||
EndedAt = order.BegunAt.Plus(cycleDuration),
|
||||
IsActive = true,
|
||||
Status = SubscriptionStatus.Paid,
|
||||
Identifier = subscriptionIdentifier,
|
||||
PaymentMethod = provider,
|
||||
PaymentDetails = new PaymentDetails
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user