Skip to content

Commit 4d2a404

Browse files
author
gabino
committed
Update UserTOSAgreement attributes to digital_signature and signed_document_url
1 parent 6605bc4 commit 4d2a404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cuenca/resources/users_tos_agreements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class UserTOSAgreement(Creatable, Retrievable, Queryable):
1717
version: str
1818
ip: str
1919
location: str
20-
hash: str
21-
url: SerializableHttpUrl
20+
digital_signature: str
21+
signed_document_url: SerializableHttpUrl

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.1.4.dev0'
1+
__version__ = '2.1.4.dev1'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)