This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Add basket support and EPS payment type.
1.0.1.0
Added
- EPS payment type incl. example code.
- It is now possible to create, update and fetch a basket as well as referencing it by a authorization or charge.
- Missing tests for metadata resource.
Changed
- Refactor value update to allow for empty strings.
- Ensuring that transferred floats are always encoded as floats on json-encode.
- Properties stored in an array are now (json-)encoded as \stdClass not as array.
Fixed
- Comments and styles.