Merge pull request #3305 from eileenmcnaughton/CRM-14197-membership
authorEileen McNaughton <eileen@mcnaughty.com>
Wed, 28 May 2014 07:48:30 +0000 (19:48 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Wed, 28 May 2014 07:48:30 +0000 (19:48 +1200)
commitd1dace0f1527984de180503fe8a9180670b94e16
tree17216f58e1a91734c668c7dd13bc325798306d6d
parent5467403e39981f4e8b43601824e7fd712925eb4b
parent86cbdcb11ea41584ead20e6ced2487ebe140120f
Merge pull request #3305 from eileenmcnaughton/CRM-14197-membership

CRM-14197 contribution form post process - set entity_id to membership id
Per discussions with @totten I am merging this as he felt that he could do relatively little QA on it & I could see that the constant rebasing of this work has been much riskier in terms of bugs than actual code changes & as I have already changed back-office flows we can't really go back.

The heart of this is the changes so that line_items have membership_id as the entity_id for memberships. rather than contribution id. The PRs leading up to this have been about getting to the point where the code made enough sense to make this change.

The key flow that still needs testing is around single vs multiple membership on the contribution page