From 40e574c3c2710f87b6453b285cc73a73e2ac0412 Mon Sep 17 00:00:00 2001 From: pankajtandon Date: Tue, 4 Sep 2018 23:06:41 -0400 Subject: [PATCH 1/2] Add reference to Stripe Payment Gateway Service starter See gh-14304 --- spring-boot-project/spring-boot-starters/README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/README.adoc b/spring-boot-project/spring-boot-starters/README.adoc index 9b7bed2ec7..a5d5b4014c 100644 --- a/spring-boot-project/spring-boot-starters/README.adoc +++ b/spring-boot-project/spring-boot-starters/README.adoc @@ -139,6 +139,9 @@ do as they were designed before this was clarified. | SSH Daemon | https://github.com/anand1st/sshd-shell-spring-boot +| https://github.com/pankajtandon/stripe-starter[Stripe Payment Gateway Starter] +| https://github.com/pankajtandon/stripe-starter + | https://github.com/StripesFramework/stripes[Stripes] | https://github.com/juanpablo-santos/stripes-spring-boot From 9dec5811fb517d2c2e4140aee38766131a9fa07b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Sep 2018 17:39:59 +0200 Subject: [PATCH 2/2] Polish "Add reference to Stripe Payment Gateway Service starter" Closes gh-14304 --- spring-boot-project/spring-boot-starters/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/README.adoc b/spring-boot-project/spring-boot-starters/README.adoc index a5d5b4014c..67cb5832b8 100644 --- a/spring-boot-project/spring-boot-starters/README.adoc +++ b/spring-boot-project/spring-boot-starters/README.adoc @@ -139,7 +139,7 @@ do as they were designed before this was clarified. | SSH Daemon | https://github.com/anand1st/sshd-shell-spring-boot -| https://github.com/pankajtandon/stripe-starter[Stripe Payment Gateway Starter] +| https://github.com/stripe/stripe-java[Stripe API] | https://github.com/pankajtandon/stripe-starter | https://github.com/StripesFramework/stripes[Stripes]