Adding doc

This commit is contained in:
Julien Lengrand-Lambert
2022-03-16 14:31:14 +01:00
parent f769b0b10c
commit 790e51afa0

View File

@@ -49,9 +49,11 @@ The Gradle build will install the following jars from maven central
apiKey = YourAPIKey
clientKey = YourClientKey
```
3. Run `./gradlew run`
2. Run `./gradlew run`
3. Visit [http://localhost:8080](http://localhost:8080) and select an integration type!
_NOTE: The application will also automatically pick up on the ADYEN_MERCHANT_ACCOUNT, ADYEN_API_KEY and ADYEN_CLIENT_KEY environment variables in case you do not want to create a config.properties file._
## Contributing
We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!!