#Laravel Cashier Mollie: handle paid/failed checkout on redirectUrl
1 messages · Page 1 of 1 (latest)
I made an issue on the repo which I think it's related: https://github.com/mollie/laravel-cashier-mollie/issues/200
1 messages · Page 1 of 1 (latest)
update: solved
I want to redirect user to the either page based on the checkout/first payment result. how do I do this on the Plan class?
$plan = new Plan((string) $this->id);
return $plan
->setFirstPaymentRedirectUrl('https://myweb.com/check-payment');
I made an issue on the repo which I think it's related: https://github.com/mollie/laravel-cashier-mollie/issues/200