-
- Downloads
financial#152 simplify interaction with membership, deprecate function
ids['membership'] is only calculated in the Authorize.net IPN flow for the purpose of determining the autoRenew membership parameter for recurringNotify. This is currently passed to sendRecurringStartOrEndNotification but that does not add any simplification & cannot be used elsewhere - so deprecating. This is tested in testIPNPaymentMembershipRecurSuccessNoLeakage
Showing
- CRM/Contribute/BAO/ContributionRecur.php 1 addition, 0 deletionsCRM/Contribute/BAO/ContributionRecur.php
- CRM/Core/Payment/AuthorizeNetIPN.php 8 additions, 9 deletionsCRM/Core/Payment/AuthorizeNetIPN.php
- tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php 1 addition, 1 deletiontests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php
Please register or sign in to comment