Skip to content

Commit 9b32683

Browse files
committed
removed comma from payload
1 parent 9ce9120 commit 9b32683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Create
182182
'customer': {
183183
'id': 'mycustomer-1234',
184184
'email_sha256': hashlib.sha256("user@example.com".lower().strip()).hexdigest()
185-
},
185+
}
186186
})
187187
188188
print(response)

0 commit comments

Comments
 (0)