Skip to content

Commit

Permalink
ChangeMobile Update ApiParser.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
emailplatform authored Oct 17, 2023
1 parent 7700494 commit 6abf11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiParser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ public function UpdateSubscriber($listid = false, $subscriberid = false, $emaila
public function ChangeMobile($listid = false, $subscriberid = false, $mobile = false, $mobilePrefix = false)
{
$url = $this->URL . '/Subscribers/ChangeMobile';
if($listid && $subscriberid && $mobile)
if($listid && $subscriberid)
{
$params = array(
'listid' => $listid,
Expand Down

0 comments on commit 6abf11c

Please sign in to comment.