Skip to content

Commit

Permalink
Merge pull request #46 from denis99999/patch-1
Browse files Browse the repository at this point in the history
phoneNumber property
  • Loading branch information
koral-- authored Feb 19, 2020
2 parents b2a3465 + 55fd77b commit db59d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public GeneratedMessageLite respond(Wire.Envelope envelope) throws InvalidProtoc
case "imsi":
value = getValueOrNull(tm::getSubscriberId);
break;
case "phonenumber":
case "phoneNumber":
value = tm.getLine1Number();
break;
case "iccid":
Expand Down

0 comments on commit db59d45

Please sign in to comment.