A work-in-progress Java wrapper around the PaymentSpring API. However, we have to be super blunt about this one. We would not recommend PaymentSpring as a payment gateway. However, throwing this out there anyway...
Add the following Maven dependency:
<dependency>
<groupId>com.impactupgrade.integration</groupId>
<artifactId>paymentspring-java-client</artifactId>
<version>1.0.0.Final</version>
</dependency>
Code example:
TODO
- Add the following to ~/.m2/settings.xml
<server>
<id>ossrh</id>
<username>USERNAME</username>
<password>PASSWORD</password>
</server>
- mvn clean deploy
- Add the following to ~/.m2/settings.xml
<server>
<id>ossrh</id>
<username>USERNAME</username>
<password>PASSWORD</password>
</server>
- mvn versions:set -DnewVersion=1.2.3.Final
- git add .
- git commit -m "1.2.3.Final release"
- git tag 1.2.3.Final
- mvn clean deploy -P release
- mvn versions:set -DnewVersion=1.2.4-SNAPSHOT
- git add .
- git commit -m "1.2.4-SNAPSHOT"
- git push origin master 1.2.3.Final
Licensed under the Apache License, Version 2.0. See LICENSE-2.0.txt for more information.