Skip to content

Commit

Permalink
PR comments addresed
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Oct 25, 2024
1 parent 5357d3f commit c523c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sinch/domains/verification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def start_callout(
"""
This method is not supported anymore.
It should be used only for backward compatibility reasons.
Use start_phone_call method instead.
"""
return self._sinch.configuration.transport.request(
StartVerificationEndpoint(
Expand All @@ -138,6 +139,7 @@ def start_seamless(
"""
This method is not supported anymore.
It should be used only for backward compatibility reasons.
Use start_data method instead.
"""
return self._sinch.configuration.transport.request(
StartVerificationEndpoint(
Expand Down

0 comments on commit c523c1f

Please sign in to comment.