#tricky-labyrinth_webhooks

1 messages ¡ Page 1 of 1 (latest)

dawn duneBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225512211926093876

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

cedar stoneBOT
meager jolt
#

Hello

dense moat
#

Hi there

meager jolt
#

The best way to do this stuff is to actually just mock the response. The other way you can do this though is to use the --edit flag with stripe trigger: https://docs.stripe.com/cli/trigger#trigger-edit

That allows you to actually customize the fixture yourself

dense moat
#

I'm looking at the --edit flag atm

#

Do you know how to change the editor used by Stripe CLI?

meager jolt
#

Hmm I changed mine a long time ago to VS Code and don't recall how exactly. Let me check

#

I think you just set it as the git default editor via git config --global core.editor "code --wait"