Skip to content
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

only append properties to deals request if that field is selected #102

Merged
merged 2 commits into from
Nov 7, 2019

Conversation

nick-mccoy
Copy link
Contributor

Description of change

When hitting the deals endpoint, the tap was always appending all fields nested under properties to the request, regardless of whether properties was selected or not. This PR only appends the fields if properties is selected.

Manual QA steps

  • Cloned the connection of a customer who was hitting an error because the request url was too long, even though they did not have properties selected. After making the change, their connection no longer hits this error. Verified that if properties is selected, the nested fields are appended and the connection hits the error.

Risks

Rollback steps

  • revert this branch

@nick-mccoy nick-mccoy merged commit 94c38f3 into master Nov 7, 2019
@nick-mccoy nick-mccoy deleted the append-props-to-deals-if-selected branch November 7, 2019 22:12
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.

2 participants