Sander van Hooft
Sander van Hooft
Hi @GertTimmerman, Have you tried clearing the cache?
Thanks @RobertBoes ! To be clear, this is about preventing Exceptions thrown by Mollie, triggered by a payment amount being too small. So it's usually set to €1.00 minimum (to...
Hi @mmachatschek , Can you elaborate on what issue this is solving / feature this is adding? Haven't worked with MorphMaps before.
> @sandervanhooft If you want me to pick up the work mentioned here, let me know: > > > A even better solution would be to not directly `Model::create` instead...
Hi @pascallieverse , I agree that it's interesting but it would cause a breaking change. I'll label it for cashier-mollie v2.
@kyle51north Consider storing the relation elsewhere for now. Perhaps a pivot table?
@kyle51north also, you can define an event listener to fire after the subscription is started.
Hi, I'm trying to understand your use case... Do you mean the subscription should stop at a preset date? So the 3 months subscription would result in 3 monthly invoices...
Alternatively, you could run a check that cancels "completed" subscriptions prior to processing them with `cashier:run`.
Cashier Mollie is **not** using Mollie's subscription API, because it's too limited in its functionality for this. I can't tell if/when `times` will be available on the Plan at this...