Stripe Checkout with Custom Integration in Rails

后端 未结 4 1063
情歌与酒
情歌与酒 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:25

    With the "simple integration" you can still change the text in the default blue button with the data-label attribute(eg data-label='Buy now') using the configuration options. But yeh you have to use "custom integration" to fully style the button yourself

提交回复
热议问题