-
### Describe the bug
After making a payment with STRIPE user is redirected to "http://shop.backend.url/payment/finalize-transaction
instead of http://shop.frontent.url/order/###
The call to /pay …
-
Followed README step-by-step and got a blank page:
![Screenshot 2021-04-11 223007](https://user-images.githubusercontent.com/31719556/114333152-a2a0d580-9b15-11eb-86d1-dc77bce55bc8.png)
![Screensh…
-
Hi,
I am trying to implement stripe plugin in my nuxt js project and followed these steps https://github.com/vue-stripe/vue-stripe-checkout-nuxt-demo#setup
When I try to call method to redirect chec…
-
Hello, I don't manage to get rid of this error :
Error: /node_modules/@nuxtjs/style-resources/lib/module.js:5
export default function nuxtStyledResources(moduleOptions) {
^^^^^^
SyntaxErr…
-
**Describe the bug**
Installation of vue-stripe@4.1.8 as per the doco on a new nuxt@2.15.3 app fails to run as soon as you visit a page with the vue-stripe being used on it
**To Reproduce**
Steps…
-
**Describe the bug**
I am getting the following error:
` Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.`
…
-
**Is your feature request related to a problem? Please describe.**
When using `vue-stripe` in NuxtJS SSR it throws the following error 👇:
```javascript
ReferenceError
window is not defined
```
…
-
After ns migrate to Nativescript 7 I get the following error
Module not found: Error: Can't resolve 'nativescript-stripe'
I have to import like this import {mapGetters, mapActions, mapState} from …
-
**Describe the bug**
Just importing the component into my Nuxt page is causing an error when loaded via server-side rendering.
The issue is in `@vue-stripe/vue-stripe/dist/index.js`
**To Reprod…
-
**Describe the bug**
Use the [recurring payment example on the vue stripe website](https://vuestripe.com/stripe-checkout/recurring-payment) in a clean Vue project. I have used Vue3 but stuck to the V…