Skip to content

Releases: payzippy/php-sdk

Response params changed to GET + POST and added source

24 Apr 09:53

Choose a tag to compare

Version 1.0.3

16 Dec 15:48

Choose a tag to compare

Changelog

  • Transaction amount validation considers both int & string data type.
  • Option to filter out certain GET params from charging callback URL during response processing.

Who should upgrade?

  • If you store your transaction amount as an INT type.
  • If you send query parameters in your callback URL.

Credits to Tuhin Barua for reporting the issue.

Version 1.0.2

09 Dec 14:12

Choose a tag to compare

Changelog

  • Renamed Constants, Config, Utils classes to avoid conflict.
  • Added bank name field to examples. NET now works in all examples.

Who should update?
If you have any class name Constants, Config or Utils in your source code, you should get this version to avoid conflict.
No changes in how ChargingRequest and ChargingRequest are used.

Maintenance Update

20 Nov 11:18

Choose a tag to compare

List of fixes

  • Fixed include, require, require_once paths for compatibility with Windows.
  • Fixed warning that emi_months key was not found