Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/city-of-helsinki/paytrail-java-lib
- Owner: City-of-Helsinki
- Created: 2022-06-27T07:21:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T04:20:22.000Z (5 months ago)
- Last Synced: 2024-08-13T05:31:11.406Z (5 months ago)
- Language: Java
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```