Stripe Checkout with Custom Integration in Rails

后端 未结 4 1065
情歌与酒
情歌与酒 2020-12-29 07:48

I am trying to implement Stripe Checkout using the custom integration in a rails app - my checkout form shows a green checkmark saying it submitted but the payment is not be

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 08:45

    I think you don't want to preventDefault here, because that prevents your form from being submitted to the server. Does it submit the form to the create action when you take out e.preventDefault(); ?

提交回复
热议问题