From 28b7d71d425258b424615292b86b41a23fa4ea36 Mon Sep 17 00:00:00 2001
From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com>
Date: Sat, 18 Sep 2021 20:34:47 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index f98cd38..7399f61 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ A Java-API for validating PayPals Webhook events/notifications.
[Click here for maven/gradle/sbt/leinigen instructions.](https://jitpack.io/#Osiris-Team/PayHook/LATEST)
Java 8+ required.
Make sure to watch this repository to get notified of future updates.
+## Features
+- [X] Online/Offline validation methods
## Motivation
Basically PayPals latest [Checkout v2 Java-SDK](https://github.com/paypal/Checkout-Java-SDK)
is missing the webhook event validation feature, which was available in the old, deprecated
@@ -76,6 +78,10 @@ public class PayHookExample {
```
## FAQ
+
+ Difference between online and offline validation?
+The online validation occurs over PayPals REST-API and the offline validation occurs on the currently running machine, using the same methods as the deprecated PayPal Checkout SDK.
+
What is a POST http request?
Every request has a header and a body.
From e334877a0fc6e081145a89bb3c817ef355040b32 Mon Sep 17 00:00:00 2001
From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com>
Date: Sat, 18 Sep 2021 20:35:05 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 7399f61..a678124 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ A Java-API for validating PayPals Webhook events/notifications.
[Click here for maven/gradle/sbt/leinigen instructions.](https://jitpack.io/#Osiris-Team/PayHook/LATEST)
Java 8+ required.
Make sure to watch this repository to get notified of future updates.
-## Features
-- [X] Online/Offline validation methods
## Motivation
Basically PayPals latest [Checkout v2 Java-SDK](https://github.com/paypal/Checkout-Java-SDK)
is missing the webhook event validation feature, which was available in the old, deprecated