EasyPost / easypost-java

EasyPost Shipping API Client Library for Java
https://easypost.com/docs/api
MIT License
53 stars 37 forks source link

Remove DateDeserializer, close Java GitHub issue 333 #334

Closed jchen293 closed 3 days ago

jchen293 commented 1 week ago

Description

This PR closes Java GitHub issue #333. The DateDeserilizer was created to handle an edge case from our API response for date format. We have corrected the date format at the API level, so the DateDeserilizer has been removed.

Testing

Re-recorded cassettes to ensure we have the latest response for Claims, date was parsed correctly

Pull Request Type

Please select the option(s) that are relevant to this PR.