Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinxvmg committed Sep 9, 2017
2 parents 9b43a5d + 9ff912e commit cbabd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VmgLtd/HlrLookupClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function submitAsyncNumberTypeLookupRequest($numbers = array(), $route =
http_build_query(array(
'username' => $this->username,
'password' => $this->password,
'action' => 'submitAsyncLookupRequest',
'action' => 'submitAsyncNumberTypeLookupRequest',
'numbers' => self::convertMsisdnsArrayToString($numbers),
'route' => $route ? $route : null,
'storage' => $storage ? $storage : null
Expand Down

0 comments on commit cbabd85

Please sign in to comment.