Skip to content

Commit 8831b11

Browse files
authored
Remove the "note:" part
1 parent a47e372 commit 8831b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commerce-add-ons/payment-providers/mollie/how-to-guides/testing-mollie-webhooks-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A local tunnel is a port-forwarding technique that exposes a local API service (
2020
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:
2121

2222
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.
23-
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. (Note: The Free plan includes 50 requests/day per tunnel or endpoint.)
23+
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. The Free plan includes 50 requests/day per tunnel or endpoint.
2424

2525
The following guide will use [ngrok](https://ngrok.com/?utm_source=docs.umbraco.com) to create temporary tunnels through your network.
2626

0 commit comments

Comments
 (0)