cannot POST /payment (Node.js and Stripe)
问题 I've embedded stripes checkout in a file called payment.ejs <form action="" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_ODW7OJfVhlRJEgFY0ppWzwEE" data-amount="2000" data-name="Demo Site" data-description="2 widgets ($20.00)" data-image="/128x128.png"> </script> </form> I visit the page and enter in a credit card that gets accepted. However, I then get the error Cannot POST /payment in my app.js i have app.post('payment',