Michael Blijleven
Michael Blijleven
Hi @sandervanhooft, We're on v2.11.0 currently
I was able to narrow it down. When doing some more research, I noticed this happens when for whatever reason a payment fails (chargeback, refund, revoked mandate, etc). We listen...
@Naoray thanks for your efforts so far, appreciate it! I only use the cancelNow() method, as you can see in [my previous post](https://github.com/mollie/laravel-cashier-mollie/issues/233#issuecomment-2052137636).
@Naoray I fully understand, here you go: In AppServiceProvider: ``` public function boot() { .... // Get Cashier plans from database. $this->app->bind(\Laravel\Cashier\Plan\Contracts\PlanRepository::class, CashierPlansHelper::class); // Cashier subscription model. Cashier::useSubscriptionModel(Subscription::class); } ```...
Thanks for all your efforts @Naoray, really appreciate it! For now I've manually updated the database records so cashier:run no longer crashes. Let's see if it was just a sort...
Hi @Naoray, I'm reopening this as we still having issues. I found a good example: We have this customer that has an active subscription, but because of his credit card...
@Naoray I'm baahaack ;-) I've got a new example and I just can't wrap my head around it. This is a customer that has had an active monthly subscription for...