fix: cleanup subs in cloud

This commit is contained in:
Andras Bacsai
2024-06-27 12:48:37 +02:00
parent 4fb37054df
commit 613e980267
3 changed files with 119 additions and 1 deletions

View File

@@ -231,7 +231,7 @@ class Stripe extends Controller
'stripe_plan_id' => null,
'stripe_cancel_at_period_end' => false,
'stripe_invoice_paid' => false,
'stripe_trial_already_ended' => true,
'stripe_trial_already_ended' => false,
]);
// send_internal_notification('customer.subscription.deleted for customer: '.$customerId);
break;