From 1344d27162c18168828ee553c8382560b671d286 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Wed, 11 Jan 2023 13:24:25 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6efc068..ade4e6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PayHook [![](https://jitpack.io/v/Osiris-Team/PayHook.svg)](https://jitpack.io/#Osiris-Team/PayHook) -The simplest payment processing Java library in the world. -Supports PayPal and Stripe, both regular payments and subscriptions, -in one unified API, with NO need of handling json and requests yourself. +The simplest payment processing Java library in the world. Unifies PayPal and Stripe into one API. +Supports both regular payments and subscriptions, +with NO need of handling json, requests, storage into a database yourself. [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. From 2d6bdf0ea820aea45c9a95327db68042b9a99c04 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Thu, 26 Jan 2023 01:26:13 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade4e6d..a147262 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The simplest payment processing Java library in the world. Unifies PayPal and Stripe into one API. Supports both regular payments and subscriptions, with NO need of handling json, requests, storage into a database yourself. -[Click here for maven/gradle/sbt/leinigen instructions.](https://jitpack.io/#Osiris-Team/PayHook/LATEST) +[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. Support and chat over at [Discord](https://discord.com/invite/GGNmtCC). From 82f061f51c86effc6bfa3691b250fd5ebf5d7ae3 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Thu, 26 Jan 2023 01:36:32 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a147262..d7d4dd3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can do that easily from your current computer, just follow the steps below. - Clone this repository. - Run the [MainTest](https://github.com/Osiris-Team/PayHook/blob/main/src/test/java/com/osiris/payhook/MainTest.java) - class from your IDE. + class from your IDE (this class is a full example of a working application that integrates PayHook). - Make sure to have business accounts at your desired payment processors and enter the sandbox/test credentials into `test-credentials.yml` (also create an [ngrok](ngrok.com) account, which is needed to tunnel/forward the webhook events From d0d731057a87df07b06c0e5d439eb44bc6506d1c Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Thu, 26 Jan 2023 01:39:12 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d4dd3..95b8c4f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can do that easily from your current computer, just follow the steps below. - Clone this repository. - Run the [MainTest](https://github.com/Osiris-Team/PayHook/blob/main/src/test/java/com/osiris/payhook/MainTest.java) - class from your IDE (this class is a full example of a working application that integrates PayHook). + class from your IDE (full example of a working application that integrates PayHook). - Make sure to have business accounts at your desired payment processors and enter the sandbox/test credentials into `test-credentials.yml` (also create an [ngrok](ngrok.com) account, which is needed to tunnel/forward the webhook events