develodesign / vsf-payment-stripe

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

Issue with Place Order button stuck #39

Closed rohitrics closed 4 years ago

rohitrics commented 4 years ago

After installing and setup all its not creating order. Its got stuck while clicking on Place Order. No console errors are there. Please check the screenshot : http://prntscr.com/q8cqfp

vineeth030 commented 4 years ago
  1. Check your PM2 logs.
  2. There is a small change in doc of vsf_payment_stripe Instead of this: "stripe": { "apiKey": "my_example_api_key", "backend_platform": "magento2", "paymentMethodCode": "stripe_payments" } Use this: "stripe": { "apiKey": "my_example_api_key", "backendPlatform": "magento2", "paymentMethodCode": "stripe_payments" }
dimasch commented 4 years ago

@vineeth030 Thanks! Merged readme PR.