Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api_post.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ public static function delete($object, $ids, api_session $session) {
* @param string $dtdVersion Either "2.1" or "3.0" defaults to "3.0"
* @return String the XML response from Intacct
*/
public static function otherMethod($xml, api_session $session, $dtdVersion="3.0") {
return api_post::post($xml, $session,$dtdVersion);
public static function otherMethod($xml, api_session $session, $dtdVersion="3.0", $multifunc = false) {
return api_post::post($xml, $session,$dtdVersion, $multifunc);
}

/**
Expand Down