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

Metadata fix and several changes

Compare
Choose a tag to compare
@sixer1182 sixer1182 released this 02 Jan 11:44
· 1092 commits to master since this release
dbabd9b

1.0.0.1

Fixed

  • Fixed a bug which resulted in an error on getOrderId when the order id has not been set.
  • Fixed namespace configuration in composer.json.
  • Fixed a bug which resulted in metadata not being referenced by charge transactions.

Changed

  • Set error code to string in HeidelpayApiException by default.
  • Disabled pretty print of json string in response.
  • Re-enabled skipped test.

Added

  • Examples: Added shortId of the transaction to the success and failure pages.
  • Examples: Added an example debug handler.
  • Readme: Added list of supported payment types.
  • Added missing ApiResponseCodes.
  • Added additional getter to fetch the merchant message from a HeidelpayApiException.
  • Extended integration tests to test with matching addresses and with unmatching addresses.
  • Added additional badges to readme file.