Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca8c4fe

Browse files
SbloodySBenRKarl
authored andcommitted
fix some typos in add_customer_match_user_list
1 parent 78634bc commit ca8c4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/remarketing/add_customer_match_user_list.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def build_offline_user_data_job_operations(client):
265265
# Address that includes all four required elements: first name, last
266266
# name, country code, and postal code.
267267
"first_name": "Alex",
268-
"last_mame": "Quinn",
268+
"last_name": "Quinn",
269269
"country_code": "US",
270270
"postal_code": "94045",
271271
# Phone number to be converted to E.164 format, with a leading '+' as
@@ -352,7 +352,7 @@ def build_offline_user_data_job_operations(client):
352352
record["first_name"], False
353353
)
354354
address_info.hashed_last_name = normalize_and_hash(
355-
record["first_last"], False
355+
record["last_name"], False
356356
)
357357
address_info.country_code = record["country_code"]
358358
address_info.postal_code = record["postal_code"]

0 commit comments

Comments
 (0)