From f1fd165d07acd50d80556c20739c2b1b97338d50 Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Thu, 12 Jul 2018 17:13:07 +0200 Subject: [PATCH 1/2] Fix bug --- thorn/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thorn/request.py b/thorn/request.py index b2c9d98..681689c 100644 --- a/thorn/request.py +++ b/thorn/request.py @@ -142,7 +142,7 @@ def dispatch(self, session=None, propagate=False): self.validate_recipient(self.subscriber.url) with self._finalize_unless_request_error(propagate): self.response = self.post(session=session) - return self + return self @contextmanager def _finalize_unless_request_error(self, propagate=False): From 9d55f5ffdf51b4f01f77997d4e7ad067c95dde83 Mon Sep 17 00:00:00 2001 From: Shri Date: Wed, 8 Aug 2018 22:08:57 -0700 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 422fd0e..a11469e 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Notable examples of webhooks in use are: +------------+---------------------------------------------------------------+ | Stripe | https://stripe.com/docs/webhooks | +------------+---------------------------------------------------------------+ -| PayPal | http://bit.ly/1TbDtvj | +| PayPal | https://developer.paypal.com/docs/integration/direct/webhooks/| +------------+---------------------------------------------------------------+ Example