paddle-logging verbessert
This commit is contained in:
@@ -110,7 +110,7 @@ class CheckoutAssignmentService
|
||||
if ($package->type !== 'reseller') {
|
||||
$tenant->forceFill([
|
||||
'subscription_status' => 'active',
|
||||
'subscription_expires_at' => null,
|
||||
'subscription_expires_at' => $tenantPackage->expires_at,
|
||||
])->save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user