Skip to content

Releases: CommerceRedsys/sermepa

Added getMerchantGroupMaxLength method.

23 Nov 16:41
5593ddc
Compare
Choose a tag to compare
1.0

Update SermepaInterface.php

Added PHP >= 7.1 support and referenced payments.

02 Nov 09:42
Compare
Choose a tag to compare

Added composer support.

29 Dec 13:39
Compare
Choose a tag to compare
0.8

Update README.md

Fixed getFeedback declaration.

06 Nov 13:48
Compare
Choose a tag to compare
0.7

Fixed getFeedback declaration.

Renamed areValidSignatures to validSignatures.

06 Nov 10:04
Compare
Choose a tag to compare
0.6

Renamed areValidSignatures to validSignatures.

Converted getFeedback method to static.

05 Nov 18:47
Compare
Choose a tag to compare
0.5

Converted getFeedback method to static.

Minor fix.

05 Nov 10:48
Compare
Choose a tag to compare
0.4

Minor fix.

Converted handleResponse method to static.

04 Nov 01:16
Compare
Choose a tag to compare
0.3

Converted handleResponse method to static.

0.2 Release

04 Nov 00:39
Compare
Choose a tag to compare

Sermepa - v0.2 Nov 2015

  • Updated PHP requirements.
  • Renamed getEncryptedPassword method to encryptPassword.
  • Renamed checkFeedback method to areValidSignatures.
  • Updated demo.
  • Added Ds_Merchant_PayMethods parameter.

Initial release

27 Oct 17:05
Compare
Choose a tag to compare

Sermepa - v0.1 Oct 2015

  • 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.

Sermepa - v0.1 Oct 2013

  • 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.