🐛 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),
|
EndedAt = order.BegunAt.Plus(cycleDuration),
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
Status = SubscriptionStatus.Paid,
|
Status = SubscriptionStatus.Paid,
|
||||||
|
Identifier = subscriptionIdentifier,
|
||||||
PaymentMethod = provider,
|
PaymentMethod = provider,
|
||||||
PaymentDetails = new PaymentDetails
|
PaymentDetails = new PaymentDetails
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user