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

[REF] Remove unused pcp & soft credit handling from previously shared code #19525

Merged
merged 1 commit into from
Feb 8, 2021

Commits on Feb 4, 2021

  1. [REF] Remove unused pcp & soft credit handling from previously shared…

    … code
    
    the ProcessContribution function has been split out from a shared function used by front end forms
    and I'm pretty sure it was only relevant for those other forms. The only code that calls this function
    is when a payment processor is used in recurring mode to pay for a membership.
    
    I tested doing this and selected 'record payment from a different contact' without these
    lines & it created the soft credit (using the code elsewhere in the function that
    would be used if it were not recurring or not credit card payment)
    eileenmcnaughton committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ba1a32a View commit details
    Browse the repository at this point in the history