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
)