-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
returnTo function added to checkout does not redirect #229
Comments
I can confirm this doesn't work anymore with either HTML attributes or Paddle.open(). I'll contact Paddle to see what's wrong. |
Sorry @Baronium. I can't get a hold on Paddle. Maybe it's best that you try their support? |
I've contacted them about this too, will post a reply when I hear back |
@driesvints Yep it appears to be working now (in Sandbox, I was waiting for it to be fixed before going live) |
Can confirm this works in Sandbox. I still have an issue but it seems to be related to how my dynamic routes are set up. Thank you very much for raising this with Paddle and following up @driesvints @ry167! |
Cashier Paddle Version
2.0.6
Laravel Version
10.5.1
PHP Version
8.2.4
Database Driver & Version
No response
Description
Using the default example for subscription checkouts, the returnTo method does not have any effect. Using overlay checkout.
Expected: After doing the checkout successfully and closing it on the end screen (green checkmark screen) via the "X" button in its top right corner, the user should be directed to the route specified.
Actual result: The overlay closes. Nothing else happens (user stays on the same page).
Steps To Reproduce
Controller code:
Blade code:
No errors are thrown in the console.
The text was updated successfully, but these errors were encountered: