From e7a653d9e4db3506d0029e38edfbc3b905205f38 Mon Sep 17 00:00:00 2001 From: surround3 <47832911+surround3@users.noreply.github.com> Date: Fri, 5 Apr 2019 14:41:54 +0100 Subject: [PATCH] fix broken link to testing service Link to requestb.in is broken. Have updated to new service --- source/sections/integrations/webhooks.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sections/integrations/webhooks.haml b/source/sections/integrations/webhooks.haml index a4db57b..75b3d40 100644 --- a/source/sections/integrations/webhooks.haml +++ b/source/sections/integrations/webhooks.haml @@ -12,7 +12,7 @@ title: Webhooks .col-sm-12 %p Sign2Pay provide webhooks that, when setup for your Client Application, will POST a JSON object representing your registered event. - %p To test out these webhooks, you can add a temporary url to Client Application settings to via http://requestb.in to see exactly what gets sent. + %p To test out these webhooks, you can add a temporary url to Client Application settings to via https://requestbin.com to see exactly what gets sent. %p While we are adding new events all the time, the keys provided will follow the same object template.