Skip to content

Commit

Permalink
Add network as part of the optional parameters in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arcturial committed Mar 19, 2016
1 parent 4f8f110 commit d348e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ use Clickatell\Callback;

Callback::parseMoCallback(function ($values) {
// var_dump($values);
// Contains: api_id, moMsgId, from, to, timestamp, network, text
// Optional: charset, udh
// Contains: api_id, moMsgId, from, to, timestamp, text
// Optional: charset, udh, network
});

?>
Expand Down

0 comments on commit d348e41

Please sign in to comment.