lob-java icon indicating copy to clipboard operation
lob-java copied to clipboard

CheckEditable doesn't support custom address

Open jeffrey-lee-backend opened this issue 2 years ago • 0 comments

This issue happens when creating a check. The to field is always serialized into a string even when using setTo(AddressDomestic to). This eventually leads to 404 since the server is expecting an object in the to field instead of a String.

jeffrey-lee-backend avatar Aug 25 '23 19:08 jeffrey-lee-backend