Skip to content

Commit

Permalink
Update ApiParser.class.php
Browse files Browse the repository at this point in the history
Fix UpdateOTMDocument parser.
  • Loading branch information
emailplatform authored Aug 27, 2020
1 parent 68afdbc commit f2b46b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ApiParser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,9 @@ public function UpdateOTMDocument ($subscriberid = 0, $listid = 0, $emailaddress
'fieldValueOTM' => $fieldValueOTM,
'path' => $path
);

return $this->MakePostRequest($url, $params);
}

public function RemoveOTMDocument ($subscriberid = 0, $fieldid = 0, $path = "", $index = 0)
{
Expand Down

0 comments on commit f2b46b1

Please sign in to comment.