-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restricted Zuora Bank Transfer Account Number is included in PaymentMethod queries #25
Comments
I think thats a decent idea. We've run into this issue a few times. I think the main issue is that the wsdl doesn't include any metadata about whether a field is queryable or not. It will be hard for us to always be 100% up to date on which fields need to be excluded. I think your proposed solution is a good stop gap. |
Thank you and also for doing the merge so quickly. Will update today :-) When does it get published to RubyGems? On Wednesday, 17 December 2014, Andy Fleener notifications@github.com
Cenon Del Rosario The information contained in this e-mail message and any accompanying files |
These changes went out. Sorry for the screwup on releasing it initially. |
When doing a select on PaymentMethod, the Zuora write-only field BankTransferAccountNumber is included in queries which is causing the query to fail.
Suggestion, these types of restricted fields should be configurable via config so we do not have to wait for GEM updates to fix them. At the moment we had to enumerate all the fields in our queries, not ideal but it works.
The text was updated successfully, but these errors were encountered: