- Fixed getFeedback declaration.
- Renamed areValidSignatures to validSignatures.
- Converted getFeedback method to static.
- Minor fix.
- Converted handleResponse method to static.
- Updated PHP requirements.
- Renamed getEncryptedPassword method to encryptPassword.
- Renamed checkFeedback method to areValidSignatures.
- Updated demo.
- Added Ds_Merchant_PayMethods parameter.
- Renamed namespace.
- Added: getMerchantCodeMaxLenght, getMerchantNameMaLength, getMerchantPasswordMaxLength and getMerchantTerminalMaxLength public static methods.
- Added SermepaInterface.
- Added license.
- Added support to SHA256, SHA-1 is not supported any more.
- Updated available consumer languages and transaction types.
- Removed old documentation.
- Updated the payment transaction messages.
- Updated environment constants with the new values.
- Updated demo.
- Added a private method to get a camel based method name based on a dash cased name.
- Added some improvements.
- Improved exception treatment.
- Added CHANGELOG.md, support to initialize the instance and updated the demo.
- Initial commit.