Skip to content

Latest commit

 

History

History
157 lines (102 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

157 lines (102 loc) · 2.93 KB

Changelog

All Notable changes to Redsys will be documented in this file

Version 1.2.9 (2019-05-18)

Added

  • Added new methods for recurring payment:
    • setSumtotal
    • setChargeExpiryDate
    • setDateFrecuency

Deprecated

  • Nothing

Fixed

  • Nothing

Version 1.2.8 (2018-10-11)

Added

  • Added travis_ci

Deprecated

  • Nothing

Fixed

  • Fixed errors when uses php5.6 (travis_ci)

Version 1.2.7 (2018-09-03)

Added

  • Added test.
  • Added method getNameForm.

Deprecated

  • Nothing

Fixed

  • Changed property and methods private to protected

Version 1.2.6 (2018-08-02)

Added

  • Add support to chain methods

Deprecated

  • Nothing

Fixed

  • Nothing

Version 1.2.5 (2018-04-04)

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Changed validation for setCurrency, not limit to 978, 840, 826, 392

Version 1.2.4.1 (2018-03-22)

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Changed information text about of parameter by default for setMethod.

Version 1.2.4 (2017-12-11)

Added

  • Merge pull request (Minor cosmetic fixes).
  • Added setEnvironment.

Deprecated

  • Method setEnviroment.

Fixed

  • Nothing

Version 1.2.3 (2017-11-23)

Added

  • Throwing custom exceptions TpvException

Deprecated

  • Nothing

Fixed

  • Nothing

Version 1.2.2 (2017-06-14)

Added

  • Method setPan, Set card number.
  • Method setExpiryDate, Set expiry date of card number.
  • Method setCVV2, Set CVV2 of card number.

Deprecated

  • Nothing

Fixed

  • Nothing

Version 1.2.1 (2017-05-20)

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • The method setOrder, now verified that the first 4 digits must be numeric and maximum 12 characters.

Version 1.2 (2017-01-27)

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Changed the function mcrypt_encrypt to openssl_encrypt, with the new updated of PHP 7.1 the function mcrypt_encrypt is deprecated.

Version 1.1.6 (2016-10-19)

Added

  • Method setIdentifier, This parameter is used to handle the associated reference data card. It is an alphanumeric field of up to 40 positions whose value is generated by the Virtual TPV.
  • Method setMerchantDirectPayment, This parameter is optional, functions as a flag indicating whether to display additional screens (DCC, Fractionation and Authentication) default values are "true" or "false". If you used with the value "true", not additional screens (DCC, Fractionation and Authentication) are displayed during payment and should be used in conjunction with the parameter Ds_Merchant_Identifier containing a valid reference.

Deprecated

  • Nothing

Fixed

  • setAmount, Now amount maybe 0, it is for uses setIdentifier.

Version 1.1.5 (2016-06-17)

Added

  • Method getVersion, return version example: HMAC_SHA256_V1
  • Method getMerchantSignature, return merchant signature example: Cia90trhTPGxtJDmK6WDhqXzU+98LbuKZKAKYHMjtMs=

Deprecated

  • Nothing

Fixed

  • Nothing