Skip to content

Updating a deal overwrites its value #105

Description

@756gzdz5
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions