Expected behavior
Postal codes from the OIT person feed get added to the Alma person.
Actual behavior
Since the code is looking for DORM_postal instead of DORM_POSTAL, for example, postal codes are empty. See, for example,
|
line4: person["DORM_ADDRESS4"], city: person["DORM_CITY"], state: person["DORM_STATE"], country: person["DORM_COUNTRY"], postal: person["DORM_postal"]) |
Impact of this bug
Postal codes are not being added to users in Alma
Acceptance criteria
Honeybadger link and code snippet, if applicable
Implementation notes, if any
Expected behavior
Postal codes from the OIT person feed get added to the Alma person.
Actual behavior
Since the code is looking for
DORM_postalinstead ofDORM_POSTAL, for example, postal codes are empty. See, for example,lib_jobs/app/models/alma_people/alma_xml_person.rb
Line 81 in 121f6c0
Impact of this bug
Postal codes are not being added to users in Alma
Acceptance criteria
.rubocop_todo.ymlcreate a new ticket to address the rubocop todo.Honeybadger link and code snippet, if applicable
Implementation notes, if any