This commit is contained in:
Maciej Szlosarczyk 2020-06-26 22:55:34 +03:00
parent 41d9a36431
commit bc3ea52667
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@ module Deserializers
def call
attributes = {
name: if_present('postalInfo name'),
org: if_present('postalInfo org'),
org_name: if_present('postalInfo org'),
email: if_present('email'),
fax: if_present('fax'),
phone: if_present('voice'),