-
**Uncaught TypeError: Cannot read property 'install' of undefined**
To Reproduce Steps to reproduce the behavior:
import VueStripeCheckout from 'vue-stripe-checkout'
console.log(VueStripeChecko…
-
**On click checkout button not redirecting to stripe checkout page**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
Using Vue Stripe Checko…
-
This screenshot displays a credit card input form with individual inputs for the card information (CC#, expiration, CVV) and also the name, country, and email:
![image](https://user-images.githubus…
-
Stripe does not accept items.0.sku parameter
sample
Checkout
import { StripeCheckout } from 'vue-stripe-checkout'
export default {
…
-
I am working on collecting a single payment using the documentation at https://stripe.com/docs/payments/accept-a-payment.
Based on my understanding, I should be able to use "Vue Stripe Elements" to …
-
Receiving this error
` ERROR in main.js from UglifyJs
Unexpected token: name (d) [main.js:49280,1931]`
**To Reproduce**
Upgraded from legacy version to new version. Created a Stripe eleme…
-
## Current behavior
Vue-storefront shows error, something went wrong when started inside docker via docker-compose.
It seems to return error below when trying to connect to elastic search. Kibana …
-
**Is your feature request related to a problem? Please describe.**
Yes cause errors are coming out in English only.
**Describe the solution you'd like**
Be able to pass the locale to the vue-stri…
-
Hello,
Is it possible to trigger the 3DS PopUp if i use Vue Stripe Elements and not the Checkout version?
Thank you.
-
**Describe the bug**
My checkout use-case is calling Stripe with a `sessionId`. When calling the `redirectToCheckout` method with a `sessionId` no other values can be present in the request; if usi…