Skip to content

Commit c1f3c6e

Browse files
authored
🐛 [Revert] Fix property type
1 parent a01bbda commit c1f3c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/customer/create_customer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
request = create_customer_request.CreateCustomerRequest()
1010
request.name = "sdk customer test"
1111
request.email = "[email protected]"
12-
request.type = "individual"
12+
request.mtype = "individual"
1313
request.document = "55342561094"
1414
request.code = "MY_CUSTOMER_001"
1515

0 commit comments

Comments
 (0)