Skip to content

Tags: shetabit/multipay

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update .travis.yml

v1.58.0

Toggle v1.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix zibal gateway 500 response (#292)

v1.57.0

Toggle v1.57.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch to cURL for API requests in Zibal driver (#283)

* Switch to cURL for API requests in Zibal driver

Replaced the HTTP client code with cURL to handle API requests for the Zibal payment gateway. The change aims to streamline the request process, encapsulating the data and headers setup within the cURL functions.

* Refactor Zibal verification to use cURL instead of client

This change removes the client object and switches to using cURL for handling the payment verification process. The updated implementation uses direct cURL functions to set the request parameters and handle the response, streamlining the verification process. Additionally, the `orderId` variable was removed as it was unused.

v1.56.1

Toggle v1.56.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply fixes from StyleCI (#279)

Co-authored-by: StyleCI Bot <[email protected]>

v1.56.0

Toggle v1.56.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Chore] Update Zarinpal Sandbox URLs and Refactor API Integration (#277)

* chore: update zarinpal sandbox urls in config

* refactor: replaced SOAP with REST API in Zarinpal Sandbox strategy

* styles: fix code styles

* styles: fix code styles

v1.55.0

Toggle v1.55.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix parspal driver (#274)

* Fix cache expiration in parspal driver

* Add parspal driver to class maps in config

v1.54.0

Toggle v1.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add parspal driver (#273)

v1.53.0

Toggle v1.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix shepa driver (#271)

v1.52.0

Toggle v1.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Request class return types (#269)

v1.51.0

Toggle v1.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply fixes from StyleCI (#262)

Co-authored-by: StyleCI Bot <[email protected]>