Skip to content

Commit

Permalink
add-merchandId (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keryc Diaz authored Feb 4, 2021
1 parent d9b3c8f commit e5896a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mati/resources/identities.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Identity(Resource):
photo: Optional[str] = None
video: Optional[str] = None
flowId: Optional[str] = None
merchantId: Optional[str] = None

@classmethod
def create(cls, client=None, **metadata) -> 'Identity':
Expand Down
2 changes: 1 addition & 1 deletion mati/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.13' # pragma: no cover
__version__ = '0.2.14' # pragma: no cover
2 changes: 1 addition & 1 deletion tests/resources/cassettes/test_create_identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interactions:
uri: https://api.getmati.com/v2/identities
response:
body:
string: '{"_id":"5d9d0809bfbfac001a348632","alive":null,"dateCreated":"2019-10-08T22:04:57.729Z","dateUpdated":"2019-10-08T22:04:57.729Z","flowId":"5e9576d9ac2c70001ca9f092","metadata":{"nombres":"Georg
string: '{"_id":"5d9d0809bfbfac001a348632","alive":null,"dateCreated":"2019-10-08T22:04:57.729Z","dateUpdated":"2019-10-08T22:04:57.729Z","flowId":"5e9576d9ac2c70001ca9f092","merchantId":"5cec5d4e69eb4d001b8544cf","metadata":{"nombres":"Georg
Wilhelm","primer_apellido":"Friedrich","segundo_apellido":"Hegel","dob":"1770-08-27"},"status":"pending","user":"5cec5d4e69eb4d001b8544ce"}'
headers:
Connection:
Expand Down

0 comments on commit e5896a6

Please sign in to comment.