#Laravel Cashier Mollie: handle paid/failed checkout on redirectUrl

1 messages · Page 1 of 1 (latest)

wicked mantle
#

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');
wicked mantle