Skip to content

Commit

Permalink
fix(Verification): identity type changed
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Jan 22, 2024
1 parent 97d53f2 commit f444e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinch/domains/verification/models/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class VerificationResponse(SinchBaseModel):
method: VerificationMethod
status: VerificationStatus
price: dict
identity: str
identity: dict
country_id: str
verification_timestamp: str
reference: str
Expand Down

0 comments on commit f444e84

Please sign in to comment.