Skip to content
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/core#2017 Move function only used by bin/ContributionProcessor to that class #18458

Merged
merged 1 commit into from
Sep 21, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

We should find a way to move this out of core - it seems likely it's never used but since being moved out
of svn it's had about 40 commits - all of which are just 'general maintenance' - licensing, coding standards etc.

There is an overhead in maintaining it....

Before

Function is only used by bin/ContributionProcessor but is not on that class

After

Function is only used by bin/ContributionProcessor and is on that class

Technical Details

I haven't looked at tests here because of my strong feeling this code is unused and we should be working to get rid of it rather than improve support. This is a small step in that direction

Comments

We should find a way to move this out of core - it seems likely it's never used but since being moved out
of svn it's had about 40 commits - all of which are just 'general maintenance' - licensing, coding standards etc.

There is an overhead in maintaining it....
@civibot
Copy link

civibot bot commented Sep 14, 2020

(Standard links)

@civibot civibot bot added the master label Sep 14, 2020
@eileenmcnaughton eileenmcnaughton changed the title Move function only used by bin/ContributionProcessor to that class dev/core#2017 Move function only used by bin/ContributionProcessor to that class Sep 14, 2020
@eileenmcnaughton
Copy link
Contributor Author

@seamuslee001 this should be an easy merge....

@pradpnayak
Copy link
Contributor

Yes, its good to merge as _fillCommonParams() is only used in bin/ContributionProcessor.php

@mattwire
Copy link
Contributor

Merging based on @pradpnayak review

@mattwire mattwire merged commit b97d07d into civicrm:master Sep 21, 2020
@eileenmcnaughton eileenmcnaughton deleted the processor branch September 21, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants