Skip to content

Releases: systemallica/python-redsys

v1.2.0

27 Oct 23:50
Compare
Choose a tag to compare

v1.1.1

05 Jan 23:14
Compare
Choose a tag to compare

Fixed

  • protect against failure if new parameters are added to the API response

v1.1.0

19 Oct 21:24
Compare
Choose a tag to compare

Changed

  • expose parameters in response

v1.0.3

21 Sep 21:14
Compare
Choose a tag to compare

Fixed

  • add Ds_Amount_Euro parameter to response

v.1.0.2

24 Mar 08:52
Compare
Choose a tag to compare

Fixed

  • Secret is now a mandatory parameter
  • Required Python is now ^3.7
  • Fix the license
  • Code and messages improvements, thanks @jdelarubia

v1.0.1

30 Dec 15:10
Compare
Choose a tag to compare
1.0.1

Big refactorization = 1.0.0

30 Dec 15:02
Compare
Choose a tag to compare

Added

  • Use mypy to type codebase
  • Request and Response tests
  • Use @staticmethod where necessary

Changed

  • Requests are now initialized with a dictionary of parameters(example on README)
  • The code and message of a Response can now be accessed from response.code and response.message
  • is_paid, is_refunded, is_canceled and is_authorized are now properties instead of methods

Fixed

  • Correctly enforce abstract class

Project cleanup

28 Dec 15:57
Compare
Choose a tag to compare
  • Added tests
  • Replaced pycrypto(which is abandoned) by PyCryptodome
  • Code cleanup

Finally on PyPi

26 Dec 16:06
Compare
Choose a tag to compare
  • The package has been finally published on PyPi: python-redsys
  • Poetry has been added as dependency manager
  • Code has been formatted with isort and black
  • Pre-commit has been added to the project