implemented sepa direct debit as payment means

This commit is contained in:
Jochen Stärk
2019-09-14 18:47:35 +02:00
parent 3d8c1ad624
commit 211889b2f4
8 changed files with 304 additions and 138 deletions

View File

@@ -79,7 +79,8 @@ You will need a git client on the console, if that's available can e.g. be check
Change to the root of the repo.
Change to the project directory and run
* `mvn clean install` . If that works you can
* `mvn clean install` confirm javadoc is OK with
* `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers.
* After that is through you can create a new release via `mvn release:perform -Dmaven.java.skip=True`.This will also update the maven repo.