Skip to content

Commit

Permalink
Add a contribution_status_id argument to the 'CiviAccountSync Cancel …
Browse files Browse the repository at this point in the history
…Contributions' job.

See [1] for the corresponding PR in nz.co.fuzion.accountsync.
See [2] and []3 for descriptions of the issue
[1] kenwest/nz.co.fuzion.accountsync@d3ba735
[2] eileenmcnaughton/nz.co.fuzion.accountsync#38
[3] eileenmcnaughton#43
  • Loading branch information
kenwest committed Aug 24, 2018
1 parent f070f83 commit 525156b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CRM/Civixero/Job/job.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
'api_entity' => 'AccountInvoice',
'api_action' => 'update_contribution',
'run_frequency' => 'Always',
'parameters' => 'plugin=xero
accounts_status_id=1',
'parameters' => "plugin=xero\naccounts_status_id=1",
),
),
5 => array (
Expand All @@ -86,8 +85,7 @@
'api_entity' => 'AccountInvoice',
'api_action' => 'update_contribution',
'run_frequency' => 'Always',
'parameters' => 'plugin=xero
accounts_status_id=3',
'parameters' => "plugin=xero\naccounts_status_id=3\ncontribution_status_id=2",
),
),
);

0 comments on commit 525156b

Please sign in to comment.