Releases: payzippy/php-sdk
Releases · payzippy/php-sdk
Response params changed to GET + POST and added source
Version 1.0.3
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
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
List of fixes
- Fixed include, require, require_once paths for compatibility with Windows.
- Fixed warning that emi_months key was not found