-
- Downloads
#4158 Fix incorrect option_group update in paypal recurring
This line was pointed out as being problematic in the issue #4158 and in a test I was able to verify it causes issues if the value for Completed in the contribution status option group is not the same as the contribution recur option group. However, it appears to be more of a theoretical / test creatable regression than a real world one & is not a credible fix for the bug. I think an rc merge without a stable back port is OK
Showing
- CRM/Core/Payment/PayPalProIPN.php 1 addition, 1 deletionCRM/Core/Payment/PayPalProIPN.php
- tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php 24 additions, 16 deletionstests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
- tests/phpunit/CiviTest/CiviUnitTestCase.php 47 additions, 10 deletionstests/phpunit/CiviTest/CiviUnitTestCase.php
- tests/phpunit/api/v3/ContributionTest.php 1 addition, 1 deletiontests/phpunit/api/v3/ContributionTest.php
- tests/phpunit/api/v3/JobTest.php 3 additions, 3 deletionstests/phpunit/api/v3/JobTest.php
Loading
Please register or sign in to comment