We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran
npm audit fix
When I try to run it, I get
Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'requestCardNonce' of undefined"
found in
---> <PaymentForm> at src/components/paymentForm.vue <Product> at src/components/product.vue <Store> at src/components/store.vue <App> at src/App.vue <Root> warn @ vue.esm.js?efeb:628 logError @ vue.esm.js?efeb:1893 globalHandleError @ vue.esm.js?efeb:1888 handleError @ vue.esm.js?efeb:1848 invokeWithErrorHandling @ vue.esm.js?efeb:1871 invoker @ vue.esm.js?efeb:2188 original._wrapper @ vue.esm.js?efeb:7565 vue.esm.js?efeb:1897 TypeError: Cannot read property 'requestCardNonce' of undefined at VueComponent.requestCardNonce (paymentForm.vue?edb5:166) at click (eval at ./node_modules/vue-loader/lib/template-compiler/index.js?{"id":"data-v-1a27c10a","hasScoped":false,"transformToRequire":{"video":["src","poster"],"source":"src","img":"src","image":"xlink:href"},"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/paymentForm.vue (app.js:954), <anonymous>:140:24) at invokeWithErrorHandling (vue.esm.js?efeb:1863) at HTMLButtonElement.invoker (vue.esm.js?efeb:2188) at HTMLButtonElement.original._wrapper (vue.esm.js?efeb:7565)
The text was updated successfully, but these errors were encountered:
This is caused by the async issue.
This will be solved by removing async. See pull request #3
Sorry, something went wrong.
No branches or pull requests
I ran
npm audit fix
When I try to run it, I get
Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'requestCardNonce' of undefined"
found in
The text was updated successfully, but these errors were encountered: