1

I'm testing the paddle locally but still getting the page not found while clicking on the pay now button. I created my subscription plans and put the plan id in the data-product attribute but still not working. Can anyone help me?

Also, my domain has been approved as well. But still, it is not working this checkout on production.

enter image description here

<a href="#!" data-product="810000" data-email="demo@gmail.com" class="paddle_button custome_checkout_btn">Pay Now</a>
Prerana
  • 198
  • 1
  • 9

1 Answers1

0

Occurs when you don't call Paddle.Environment.set('sandbox');

Maxime Dupré
  • 5,319
  • 7
  • 38
  • 72