CRM-17718 update repeattransaction to accept contribution_recur_id instead of origina...
authoreileenmcnaughton <eileen@fuzion.co.nz>
Wed, 16 Dec 2015 16:25:37 +0000 (16:25 +0000)
committereileen <emcnaughton@wikimedia.org>
Wed, 23 Dec 2015 20:44:05 +0000 (09:44 +1300)
commit1eade77d05ee344d827568d98c28f804c3878165
tree3bf1b730c83c5668ae97fda266d9410b9c962d51
parent7083dc2a075bb82f3a9f1a552d4120f5c2dfc1f1
CRM-17718 update repeattransaction to accept contribution_recur_id instead of original_contribution_id
wq
I feel like passing in the contribution_recur_id actually makes more sense - the internals of which contribution is repeated should be 'core business' & consistent across processors.

Importantly it has been set here to repeat the latest rather than the earliest which is not as good as saving such things as line items against the recurring transaction but
better than using the earliest - ie. pick up changes over time
api/v3/Contribution.php
tests/phpunit/api/v3/ContributionTest.php