This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Metadata fix and several changes
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.