Skip to content

Conversation

@vphilipnyc
Copy link
Contributor

This PR contains just the modifications for the Order class. You'll see that the code is far more concise and it's easier to spot bugs.

Would you please run your integration tests and see whether you have any issues? I also added @JsonIgnoreProperties(ignoreUnknown=true), but feel free to remove that if you don't find that necessary.

Additionally, I am removing @JsonProperty in most cases, but undo it if there were specific reasons for this. We typically use it to rename or distinguish a property (like using @JsonProperty("accountId") on a property that you locally call brokerAccountId to distinguish it from an account ID on your own application).

Thanks,
Victor

@vphilipnyc
Copy link
Contributor Author

Synched my fork and resolved merge conflict with Order class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant