Releases: zfhassaan/jazzcash
v1.0.5
1.0.4
Security Patch #1
Impact
Improper header parsing. An attacker could sneak in a newline (\n) into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n.
Patches
The issue is patched in 1.9.1 and 2.4.5.
Workarounds
There are no known workarounds.
References
v1.0.3
What's Changed
- code refactoring with oop concepts by @salman-mahmood in #2
New Contributors
- @salman-mahmood made their first contribution in #2
Full Changelog: v1.0.2...v1.0.3
v1.0.2
. This update includes the following changes:
Changed the sendRequest() method to return a regular response object instead of a JsonResponse.
Refactored the code for improved readability and maintainability.
We hope these changes will make it easier for you to use the JazzCash payment gateway in your projects. Thank you for your continued support!
Full Changelog: v1.0.1...v1.0.2
v1.0.1
. This update includes the following changes:
Changed the sendRequest() method to return a regular response object instead of a JsonResponse.
Refactored the code for improved readability and maintainability.
We hope these changes will make it easier for you to use the JazzCash payment gateway in your projects. Thank you for your continued support!
Full Changelog: v1.0.0...v1.0.1
Initial Release
This package provides a simple and easy-to-use integration with the JazzCash API, allowing you to accept payments from customers through the JazzCash payment gateway.
Features of the package include:
Support for both sandbox and production environments
Easy configuration through a single settings file
A clean, object-oriented interface for interacting with the JazzCash API
Support for initiating hosted checkout processes and handling transaction responses
Integration with Guzzle for HTTP requests
To get started with the JazzCash payment gateway package, simply install it via Composer and configure it according to the instructions in the README file. You can then use the provided classes and methods to initiate payment processes and handle transaction responses in your Laravel application.
I hope you find the JazzCash payment gateway package to be a useful and easy-to-use tool for accepting payments through the JazzCash payment gateway. If you have any questions or feedback, please don't hesitate to let me know.
Happy coding!