Skip to content
Snippets Groups Projects
  1. Oct 11, 2018
  2. Oct 10, 2018
  3. Sep 20, 2018
  4. Sep 19, 2018
  5. Sep 18, 2018
  6. Aug 16, 2018
  7. Aug 01, 2018
  8. Jul 24, 2018
  9. Jun 23, 2018
  10. Jun 22, 2018
  11. Jun 11, 2018
  12. Jun 05, 2018
  13. May 18, 2018
  14. May 17, 2018
  15. May 11, 2018
  16. Apr 27, 2018
    • mattwire's avatar
      Merge pull request #7 from progressivetech/multiple-stripe-pps-take-two · 7bcf0cee
      mattwire authored
      allow multiple stripe payment processor on back end
      7bcf0cee
    • Jamie McClelland's avatar
      ensure our js code always runs first · 179da37b
      Jamie McClelland authored
      If we wait for the event handler to kick in, other js code
      might run first (like offline event registration does an ajax
      call to register a participant).
      179da37b
    • Jamie McClelland's avatar
      allow multiple stripe payment processor on back end · 49d4eebd
      Jamie McClelland authored
      Without this patch, you can the error "no such token" if:
      
       * You have two different stripe payment processors configured.
       * you are making an offline contribution
       * using the provided payment processor back end, you choose the
       non-default payment processor.
      
      The stripe javascript submits the payment using the default payment
      processor, but the PHP codes tries to charge it using the user-selected
      payment processor, which leads to the error.
      
      This fix also ensures that if a non-stripe payment processor is chosen
      we won't try to send it to stripe.
      49d4eebd
  17. Apr 26, 2018
Loading