Skip to content

Commit

Permalink
Undo breakage in contact.push
Browse files Browse the repository at this point in the history
reverts this recent, breaking, removal
cf4469d#diff-eeec87470d98970e0222e3dd8a084631d6d7a7a2c12847abe6b20d050dc640c8L102

Note I don't have high merge-standards on civixero so I didn't test the PR & have
only reverted enough to get back to it working again without much digging
  • Loading branch information
eileenmcnaughton committed Jun 27, 2022
1 parent ab3ecec commit 4df0338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CRM/Civixero/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public function push($params) {
$records = civicrm_api3('account_contact', 'get', [
'accounts_needs_update' => 1,
'plugin' => $this->_plugin,
'api.contact.get' => 1,
'connector_id' => $params['connector_id'],
]
);
Expand Down
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<author>eileen</author>
<email>eileen@fuzion.co.nz</email>
</maintainer>
<releaseDate>2022-06-15</releaseDate>
<version>2.0.1</version>
<releaseDate>2022-06-27</releaseDate>
<version>2.0.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
Expand Down

0 comments on commit 4df0338

Please sign in to comment.