-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Client Model out of date #41
Comments
@blockclin-mike Could you help understand it better telling us:
|
In class HyperwalletUser -> enum BusinessType "PRIVATE_COMPANY" is coming back from the server. |
My larger concern is I'm not sure how many other enums are strewn throughout the client wrapper which have missing values. Is there a server-to-client sync performed periodically, or is this wrapper truly as-is? |
@blockclin-mike Thanks for the information. I'm gonna get this answer to you asap. |
I received a value in a business user's business type field of "PRIVATE_COMPANY" which is not supported in the client model's enum. This causes an exception. I've fixed it on my side, however a system wide model enumeration review on your side is probably warranted.
Best,
mike
The text was updated successfully, but these errors were encountered: