We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cc1f5 commit f55acd5Copy full SHA for f55acd5
src/commercetools/testing/customers.py
@@ -29,6 +29,7 @@ def _create_from_draft(
29
version=1,
30
created_at=now,
31
last_modified_at=now,
32
+ authentication_mode=models.AuthenticationMode.PASSWORD,
33
customer_number=draft.customer_number,
34
email=draft.email,
35
password=draft.password,
0 commit comments