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