Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if(typeof arrJsonObjs[i].adf.prospect.customer.contact.phone.__cdata === 'string'){
  2. leadData.phone = arrJsonObjs[i].adf.prospect.customer.contact.phone.__cdata;
  3. }else{
  4. leadData.phone = arrJsonObjs[i].adf.prospect.customer.contact.phone;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement