-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev/financial#163 Removal of contributionTypeID #19174
Conversation
(Standard links)
|
$value['contributionTypeID'] = $contribution->financial_type_id; | ||
$value['receive_date'] = $contribution->receive_date; | ||
$value['trxn_id'] = $contribution->trxn_id; | ||
$value['contributionID'] = $contribution->id; | ||
$value['contributionTypeID'] = $contribution->financial_type_id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we only need one of this & line 568
I'm not going to worry about the test fails unless this seems hard to get agreement on - if agreed I'll change to remove, otherwise we should get this passing & committed for next round of this |
Jenkins re test this please |
@eileenmcnaughton Yes definitely remove |
7d59743
to
d1c11f5
Compare
d1c11f5
to
c2978fe
Compare
Jenkins re test this please |
This is now updated to remove rather than comment the relevant places |
@colemanw this should be good to merge now |
First we take contributionTypeID then we take contributionMode |
Overview
PR illustrates the remaining places where I propose to remove contributionTypeID. I will include this proposal in the dev-digest so this visualises is
Before
Hard to see what would be affected
After
PR makes the places clear
Technical Details
Depending on feedback this PR might be updated to actually remove the commented lines
Comments