Skip to content

Releases: zfhassaan/jazzcash

v1.0.5

13 Jun 16:01
7f54501
Compare
Choose a tag to compare

1.0.4

26 Apr 21:43
Compare
Choose a tag to compare

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

https://www.rfc-editor.org/rfc/rfc7230#section-3.2.4

v1.0.3

08 Jan 10:44
923241a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

04 Jan 16:58
Compare
Choose a tag to compare

. 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

02 Jan 17:56
Compare
Choose a tag to compare

. 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

02 Jan 09:04
Compare
Choose a tag to compare

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!