Releases: EasyDonate/EasyDonate4J
Releases · EasyDonate/EasyDonate4J
EasyDonate4J v2.0.6
Changes:
- Repository has been transferred to EasyDonate organization
- Added failsafe mode for any fixes of some bad deprecated JSON models that can be received from the API server
- Fixed deserialization exception throwing while trying to parse
sales
field as an object, but actually it was an array - Changed type of purchased product amount to
long
(PurchasedProduct
)