Skip to content
Snippets Groups Projects
  1. Jan 15, 2014
  2. Jan 10, 2014
  3. Dec 02, 2013
  4. Nov 22, 2013
  5. Nov 11, 2013
    • anemirovsky's avatar
      Fix Stripe recurring payments remain Pending in CiviCRM. · e5b648c4
      anemirovsky authored
      This happens if a contact already has an active Stripe subscription due to a
      previous recurring contribution that is not completed yet and if they create
      a new recurring contribution and change only the amount, without changing the
      frequency/installments, then Stripe will wait to charge the card until the
      next installment is due. CiviCRM, expects the charge to be immediate, so the
      first contribution does not get marked as Completed, and more importantly,
      never appears in Stripe, since the card didn't actually get charged.
      
      To correct this, we have to first cancel any existing active subscriptions
      for that contact. Then, everything works correctly.
      e5b648c4
    • anemirovsky's avatar
      Fix "One of parameters (value: ) is not of the type Integer" error when... · 7509ced7
      anemirovsky authored
      Fix "One of parameters (value: ) is not of the type Integer" error when submitting a recurring contribution using the Stripe payment  processor.
      
      The Stripe payment processor extension was not handling the case where a user
      submits a recurring contribution without setting the number of installments.
      This commit fixes that and also modifies the code that uses the recurring
      contribution's end date to take ongoing recurring contributions into a
      account.
      7509ced7
  6. Mar 18, 2013
  7. Mar 14, 2013
  8. Feb 08, 2013
  9. Jan 02, 2013
  10. Dec 13, 2012
  11. Oct 07, 2012
  12. Oct 06, 2012
  13. Aug 23, 2012
  14. Aug 12, 2012
  15. Aug 11, 2012
  16. Aug 10, 2012
  17. Aug 06, 2012
  18. Aug 01, 2012
Loading