Skip to content

Releases: systemallica/python-redsys

v1.2.0

Choose a tag to compare

@systemallica systemallica released this 27 Oct 23:50
v1.2.0

v1.1.1

Choose a tag to compare

@systemallica systemallica released this 05 Jan 23:14

Fixed

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

v1.1.0

Choose a tag to compare

@systemallica systemallica released this 19 Oct 21:24

Changed

  • expose parameters in response

v1.0.3

Choose a tag to compare

@systemallica systemallica released this 21 Sep 21:14

Fixed

  • add Ds_Amount_Euro parameter to response

v.1.0.2

Choose a tag to compare

@systemallica systemallica released this 24 Mar 08:52

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

Choose a tag to compare

@systemallica systemallica released this 30 Dec 15:10
1.0.1

Big refactorization = 1.0.0

Choose a tag to compare

@systemallica systemallica released this 30 Dec 15:02

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

Choose a tag to compare

@systemallica systemallica released this 28 Dec 15:57
  • Added tests
  • Replaced pycrypto(which is abandoned) by PyCryptodome
  • Code cleanup

Finally on PyPi

Choose a tag to compare

@systemallica systemallica released this 26 Dec 16:06
  • 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