Skip to content

Commit

Permalink
fix(Voice): missing property transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Mar 20, 2024
1 parent e0d0a98 commit 5a0d073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sinch/domains/voice/models/svaml/actions/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ def as_dict(self):
if payload.get("suppress_callbacks"):
payload["suppressCallbacks"] = payload.pop("suppress_callbacks")

if payload.get("call_headers"):
payload["callHeaders"] = payload.pop("call_headers")

return payload


Expand Down

0 comments on commit 5a0d073

Please sign in to comment.