Paddle Checkout Complete Call Does Not Navigate to Welcome Screen
Hello,
In the video tutorials for billing, it shows that from the main screen when a user purchases a plan, after checkout complete successfully they are navigated to the Welcome screen. In the method below from checkout.blade.php the successCallback: "checkoutComplete" should call the checkoutComplete method inside of app.js, but it does not (debugged with some console logs, does not enter the methods at all). Does anyone have any idea on what to do here? Thanks!
Hi there,
Do you see any errors in the Laravel log? You can find the log at storage/logs/laravel.log
.
I've seen this when the SMTP details in your env file are not correct. If you've deployed this on a server already, make sure to also specify valid SMTP details in your env file. You can for example use a service like SendGrid in case you don't have an SMTP server.