Problem with Wave Paddle
Hello,
I have configured the payment system using your documentation, but when I click on "switch plan" I get this error :
Would you have a solution?
Thank you very much,
Hello,
It sounds like that you've not created a plan in Paddle. Make sure to follow the documentation on how to do that here:
If this does not help, there are a few things that I could suggest:
- Make sure that you've set a valid SMTP server settings in your
.env
file. If this is on a Dev Server, you can use Mailtrap - Make sure that your APP_URL matches your domain name exactly, including the
http://
orhttps://
part. - Make sure that the
PADDLE_VENDOR_ID
and thePADDLE_VENDOR_AUTH_CODE
are set correctly in the.env
file.