Skip to content

Commit

Permalink
Track version
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Jan 5, 2023
1 parent d2ceb09 commit 4d4a203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "MTN Mobile Money library",
"type": "library",
"license": "MIT",
"version": "1.0.1",
"authors": [
{
"name": "Bodastage Solutions",
Expand Down
2 changes: 1 addition & 1 deletion src/MTNMOMO.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static function is_mobile_mtn($mobile){
//no match
if($res == 0) return false;

$n = $matches[1]
$n = $matches[1];
return preg_match('/^(76|77|78|32|39)\d+/', $n, $matches2);

}
Expand Down

0 comments on commit 4d4a203

Please sign in to comment.