From babc33caa66a56494087c71fe59dc20b6053767b Mon Sep 17 00:00:00 2001 From: surround3 <47832911+surround3@users.noreply.github.com> Date: Fri, 5 Apr 2019 14:28:51 +0100 Subject: [PATCH 1/2] Update CreateWebhook.html --- sample/doc/notifications/CreateWebhook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/doc/notifications/CreateWebhook.html b/sample/doc/notifications/CreateWebhook.html index c7316007..87b381de 100644 --- a/sample/doc/notifications/CreateWebhook.html +++ b/sample/doc/notifications/CreateWebhook.html @@ -15,7 +15,7 @@ }

Fill up the basic information that is required for the webhook The URL should be actually accessible over the internet. Having a localhost here would not work.

-

There is an open source tool http://requestb.in/ that allows you to receive any web requests to a url given there.

+

There is an open source tool https://requestbin.com/ that allows you to receive any web requests to a url given there.

NOTE: Please note that you need an https url for paypal webhooks. You can however override the url with https, and accept

any warnings your browser might show you. Also, please note that this is entirely for demo purposes, and you should not be using this in production

$webhook->setUrl("https://requestb.in/10ujt3c1?uniqid=" . uniqid());

Event Types

From b8f29747e12a4cf4c204f1f82c421dfb1e6a987c Mon Sep 17 00:00:00 2001 From: prakash-gangadharan Date: Thu, 3 Oct 2019 16:14:05 +0530 Subject: [PATCH 2/2] replaced the broken link in CreateWebhook.php --- sample/notifications/CreateWebhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/notifications/CreateWebhook.php b/sample/notifications/CreateWebhook.php index 5b3710ca..d4e98dac 100644 --- a/sample/notifications/CreateWebhook.php +++ b/sample/notifications/CreateWebhook.php @@ -25,7 +25,7 @@ // } // Fill up the basic information that is required for the webhook // The URL should be actually accessible over the internet. Having a localhost here would not work. -// #### There is an open source tool http://requestb.in/ that allows you to receive any web requests to a url given there. +// #### There is an open source tool https://requestbin.com/ that allows you to receive any web requests to a url given there. // #### NOTE: Please note that you need an https url for paypal webhooks. You can however override the url with https, and accept // any warnings your browser might show you. Also, please note that this is entirely for demo purposes, and you should not // be using this in production