develodesign / vsf-payment-stripe

Stripe payment module for Vue Storefront
MIT License
25 stars 17 forks source link

In vuestorefront , After selected stripe payment option (did not display the input payment details like card-number..etc) #18

Closed manojibcarockers closed 5 years ago

manojibcarockers commented 5 years ago

I'm trying stripe-payment integration in Vuestorefront, I follow the steps through this link: "https://github.com/develodesign/vsf-payment-stripe" But The strip payment option is displayed correctly on Vuestorefront, but after the selected stripe payment option (it did not display the required input payment details, such as card number ..etc) How to solve it?

manojibcarockers commented 5 years ago

I solved the issue by using stripe-Api (public key)

rain2o commented 5 years ago

It would be helpful to notate in the README that the apiKey should be the Public Key to avoid any confusion.