EasyPost / easypost-java

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

fix type for requestBody in Payload class #257

Closed jchen293 closed 1 year ago

jchen293 commented 1 year ago

Description

We made a silly mistake on the type for requestBody in the Payload class. After doing some internal research, the type should be String instead of Map. This PR will close #246

Testing

Pull Request Type

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