File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments