Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/paytrail-java-lib


https://github.com/city-of-helsinki/paytrail-java-lib

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Unofficial Paytrail Java Library
=

See documentation at https://docs.paytrail.com/#/

# Install

#### Example for maven:
```



org.helsinki
paytrail-java-lib-core
1.0.1-SNAPSHOT


ch.qos.logback
logback-classic




```

## Debug request, response and request headers to debug/ folder as json files

### debug/ folder is ignored from git

#### Example for setting environment variable to debug client:
```
# Linux
export DEBUG_CLIENT=true

# Windows
set DEBUG_CLIENT=true
```