-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
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
Updated webhook docs for clarity #6683
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR @arti-bol ! 💪 I'll make sure we get this reviewed by our Commerce team. |
I hope you meant the following:
|
Found these and addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of the warnings @arti-bol ! 😄
I've made a suggestion to also resolve the long sentence - let me know what you think!
commerce-add-ons/payment-providers/mollie/how-to-guides/testing-mollie-webhooks-locally.md
Outdated
Show resolved
Hide resolved
…g-mollie-webhooks-locally.md Co-authored-by: sofietoft <[email protected]>
merged your suggestion, @sofietoft. |
Great, thanks @arti-bol ! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sofietoft : I just add one comment regarding the Beeceptor's pricing. The rest looks good to me.
With a local tunnel, you can test and debug Mollie webhooks without deploying your application to a live environment. Here are two popular tools to create a secure public URL for testing Mollie webhooks: | ||
|
||
1. [Ngrok](https://ngrok.com/?utm_source=docs.umbraco.com) is a widely used tool that creates a secure tunnel from your local machine to a public URL. It supports advanced configurations and works well with webhook-based systems. | ||
2. [Beeceptor’s Local Tunnel](https://beeceptor.com/local-tunnel/?utm_source=docs.umbraco.com) gives a public HTTP mock server that allows you to expose your local server to the internet securely. Supports HTTPs, mock rules and comes with request history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sofietoft: Beeceptor's free plan allows only 50 requests per day which is next to nothing in term of testing. I think it's up to you to decide whether you want to keep it in our docs or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arti-bol - What do you say about adding a little note/warning mentioning this limitation?
Description
Added clarity for webhooks
Type of suggestion
Product & version (if relevant)