Releases: F0ka/plutu-java-sdk
Releases · F0ka/plutu-java-sdk
v0.2.0 - Sandbox Verified
Summary
This release marks the first version of the SDK fully verified against the Plutu Sandbox environment. All payment services have been tested and confirmed working.
New Features
- Full Integration Test Suite: Verified end-to-end connectivity for Adfali, Sadad, Local Bank Cards, MPGS, and T-Lync services against the Plutu Sandbox.
- Dependency Injection: Refactored
JavaHttpPlutuClientto accept a customHttpClient, improving testability and flexibility.
Bug Fixes
- JSON Response Mapping: Fixed an issue where the
messagefield in API responses caused deserialization errors. - Endpoint Handling: Verified correct behavior with Plutu's production/sandbox API endpoints.
Documentation
- Updated
README.mdto reflect that the SDK is now sandbox-tested. - Updated installation instructions for version 0.2.0.
Full Changelog: v0.1.0...v0.2.0
v0.1.0 (Obsolete)
First pre-release of the unofficial Plutu Java SDK.