how do i see webhook response in the extension so as to debug?
@simply_the_dev75883 жыл бұрын
can't get it to work with windows 10. After connecting it to my project and closing vs code, upon opening it the S still asks for cli
@simply_the_dev75883 жыл бұрын
Nevermind i figured it out. For those on windows, download the file, move it to windows/system32, and after logging in on stripe and stripe login, you have to manually set the path to system32/stripe.exe and then the extension works.
@radiojockey6029 Жыл бұрын
@@simply_the_dev7588 Thanks bro! now it's working.
@harshwebdeveloper2 жыл бұрын
This video helped me a lot thanks....
@4RPCanadaInc2 жыл бұрын
the example ( using typescript) fails when we go to start the server eg "npm run start" the execution fails ... 'node_modules' is not recognized as an internal or external command, operable program or batch file. Since I want to use typescript this is a bit of a problem for me.
@StripeDev2 жыл бұрын
Hey there-this looks like it could be an issue with the path configuration. Have you tried reinstalling the package and ensuring it's being accessed correctly?
@4RPCanadaInc2 жыл бұрын
@@StripeDev yes I tried several times and finally I gave up
@lennydude39082 жыл бұрын
@@4RPCanadaInc 👨🏿🦰👨🏿🦰
@adimardev1550 Жыл бұрын
it's really frustating how i can't get it installed on windows while doing my best to follow stripe docs in many ways, still undable to get it installed on windows. its just so painful. these technologies requires users to be a super genius - which is again very fraustrating.
@Amiketours2 жыл бұрын
some help! I can not import stripe in visual code
@StripeDev2 жыл бұрын
Hey there-we'll be glad to help as best we can. What issue or error are you running into? You can find more details on Stripe for VS Code here: stripe.com/docs/stripe-vscode.
@Amiketours2 жыл бұрын
@@StripeDev I get the zic zac underland on 'import stripe' and when I visualised my payment form , the card area is not showing .
@StripeDev2 жыл бұрын
Thanks for your response. We suggest contacting our support team so we can troubleshoot and investigate further: support.stripe.com/contact/email.
@francismori73 жыл бұрын
Oh wow! We need this on PhpStorm!! :O
@infochanel70012 жыл бұрын
the whole time the 'npm install' response is 'not recogmized'
@paulasjes58522 жыл бұрын
Sounds like you might not have npm installed. Run `npm -v` in your terminal, if you don't get a version number then you'll first need to install npm on your system.
@muhamadfikri72633 жыл бұрын
What the theme name you use?
@cjav_dev3 жыл бұрын
Hey Muhamad! I forked Sarah Drasner's Night Owl theme: github.com/sdras/night-owl-vscode-theme and customized some of the colors and fonts to align with our design system.
@muhamadfikri72633 жыл бұрын
@@cjav_dev thanks fyi,👍
@futuregootecks Жыл бұрын
super helpful, thank you!
@StripeDev Жыл бұрын
Our pleasure!
@hemanth69513 жыл бұрын
How to mock session completed in unit testing
@paulasjes58523 жыл бұрын
You can either mock the response yourself or use the Stripe CLI to send test webhook events: stripe.com/docs/stripe-cli
@hemanth69513 жыл бұрын
@@paulasjes5852 even though if i mock the session, subscription with session won't create in stripe,
@Zarnder.b2 жыл бұрын
why is installing on windows such a pain
@StripeDev2 жыл бұрын
Hi Antony, you can learn more webhooks in VS Code here: stripe.com/docs/stripe-vscode#webhooks.
@rtorcato2 жыл бұрын
if anyone needs help with cli path on m1 Mac this is what worked for me: /opt/homebrew/Cellar/stripe/1.13.6/bin/stripe Simply browse your home-brew directory and point to stripe app