We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var editDeal = deal.ToUpdate(); editDeal.Status = DealStatus.won; await client.Deal.Edit(deal.Id, editDeal);
This snippet will not only update the deal's status but also set its value to 0. This is not the case when I update the deal using Postman.
The text was updated successfully, but these errors were encountered:
In the meantime, I found out that this issue is preventing me from updating deals that have products attached to them.
Sorry, something went wrong.
@DavidRouyer I don't want to annoy you but I'd like to ask if you're working on that nonetheless?
NullValueHandling for Deal-Update (DavidRouyer#105)
b990cb3
No branches or pull requests
This snippet will not only update the deal's status but also set its value to 0. This is not the case when I update the deal using Postman.
The text was updated successfully, but these errors were encountered: