Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Add basket support and EPS payment type.

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 18 Jan 09:39
· 1026 commits to master since this release
ae219cd

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.