Skip to content

Commit

Permalink
update Test HLR and README
Browse files Browse the repository at this point in the history
  • Loading branch information
oesantaa committed Dec 14, 2023
1 parent 3ede11f commit 86bbf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public $username = 'myusername';
public function testHlr()
{
try {
$numbers = [573058156514];
$numbers = [];//[34XXXXXXXX,34XXXXXXXX]
$labsMobileClient = new LabsMobileClient($this->username, $this->token);
$bodyHlr = new LabsMobileModelHlrRequest(json_encode($numbers));
$labsMobileClient = $labsMobileClient->hlrRequest($bodyHlr);
Expand Down
2 changes: 1 addition & 1 deletion tests/TestLabsMobileHlrRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestLabsMobileHlrRequest extends TestCase
public function testHlr()
{
try {
$numbers = [573058156514];
$numbers = [];//[34XXXXXXXX,34XXXXXXXX]
$labsMobileClient = new LabsMobileClient($this->username, $this->token);
$bodyHlr = new LabsMobileModelHlrRequest(json_encode($numbers));
$labsMobileClient = $labsMobileClient->hlrRequest($bodyHlr);
Expand Down

0 comments on commit 86bbf68

Please sign in to comment.