Tomasz Pietrzkowski
Tomasz Pietrzkowski
Hey @h-c-c, thx for your interest. This is a case where subscriptions don't exist in `civicrm_stripe_subsccriptions` at all. `civicrm_stripe_subscriptions` table has column `subscription_id`. I thought that this error is linked...
Hey @h-c-c I meant that I have two cases: 1. the record in `civicrm_stripe_subsccriptions` is complete (including `subscription_id` column with valid values) 2. the record doesn't exist at all Yes,...
Hi @h-c-c I found out that this error occurs after event `customer.subscription.deleted`. Stripe can cancel subscriptions because of several reasons. After such event such errors occur in civilog for about...