Releases: systemallica/python-redsys
Releases · systemallica/python-redsys
v1.2.0
v1.1.1
Fixed
- protect against failure if new parameters are added to the API response
v1.1.0
Changed
- expose parameters in response
v1.0.3
Fixed
- add Ds_Amount_Euro parameter to response
v.1.0.2
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
1.0.1
Big refactorization = 1.0.0
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
andresponse.message
- is_paid, is_refunded, is_canceled and is_authorized are now properties instead of methods
Fixed
- Correctly enforce abstract class
Project cleanup
- Added tests
- Replaced pycrypto(which is abandoned) by PyCryptodome
- Code cleanup
Finally on PyPi
- 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