Code changes:
- Switch the next_sched_contribution_date logic to use the same one used in the recurring charge job T350711: Have the recurring queue consumer use the same function for generating next_sched_contribution_date that the recurring smashpig extension uses
- Change the stats of an in-progress auto rescue to Pending T350714: Change the stats of an in-progress auto rescue to Pending
Questions:
- We have an alert if there are more than 5 recurring donations sitting in Processing, remove that if we are using it - we aren't going to use that status
- We have a hard stop on two charges within 23 days, how do we want to change that in relation to this?
- What happens if we never get an update from Adyen to one that is being rescued - There is paypal code that eventually cancels recurrings we haven't heard from we can use that same idea here
- What happens when a status Pending for autorescue goes back into the charge cycle the next day?
- Add a cc check, SEPA is available but we will do credit card first T351340: Limit auto rescue to credit cards
- Remove Auto Rescue Message from Pending Database T356224