fixed missing contact_email from registration
This commit is contained in:
@@ -166,6 +166,7 @@ class CheckoutAssignmentService
|
||||
'name' => $session->package_snapshot['name'] ?? $user->name,
|
||||
'slug' => Str::slug(($user->name ?: $user->email).' '.now()->timestamp),
|
||||
'email' => $user->email,
|
||||
'contact_email' => $user->email,
|
||||
'is_active' => true,
|
||||
'is_suspended' => false,
|
||||
'subscription_tier' => 'free',
|
||||
|
||||
Reference in New Issue
Block a user