-
-
Notifications
You must be signed in to change notification settings - Fork 824
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#201 Do not add pledge statuses to Contribution statuses #23074
Conversation
(Standard links)
|
Hmm CRM_Core_Payment_PayPalIPNTest::testIPNPaymentRecurSuccess /home/jenkins/bknix-dfl/build/core-23074-5e1z/web/sites/all/modules/civicrm/CRM/Core/Payment/PayPalIPN.php:146 |
Ah - an instance of recur statuses being used for recurring -
|
#23081 addresses the paypal bug |
test this please |
ping @bjendres - this is probably relevant for CiviSEPA (which goes through |
@pfigel I think you might know of the |
Thanks, I've added Project60/org.project60.sepa#632 |
f13d4c9
to
659424b
Compare
checking test status now... |
test this please |
1 similar comment
test this please |
test this please |
test this please |
3 similar comments
test this please |
test this please |
test this please |
659424b
to
934334d
Compare
Historically Pledge statues, recurring contribution statuses and contribution statuses shared one option group. When they were split out the pledge ones remained in the contribution status group. This removes them from the contribution status group on install
934334d
to
c7f5307
Compare
Now that the RC is cut this seems fine to merge |
Overview
Do not add pledge statuses to Contribution statuses on new installs
Historically Pledge statues, recurring contribution statuses and contribution statuses shared
one option group. When they were split out the pledge ones remained in the contribution status group.
This removes them from the contribution status group on install
Before
New installs of CiviCRM have contribution status 'Overdue' and 'In progress' - but there is no appropriate logic for them
After
The statuses are not adde don new installs
Technical Details
This doesn't touch existing installs. Options for existing installs
Comments