Skip to content
Snippets Groups Projects
  1. May 08, 2020
    • Jean-Paul Calderone's avatar
      Remove redundant error-handling check · 0e0a84fd
      Jean-Paul Calderone authored
      This condition can never succeed.
      
      If the voucher is being seen for the first time at this point then it should
      start redemption and the check will not pass.
      
      If the voucher has been seen before and was in an error state to begin with
      then the check higher up, outside of the loop, prevents execution from ever
      entering the loop.
      
      If the voucher has been seen before and just now entered an error state then
      the `if not succeeded` check below, on the previous iteration, would stop the
      loop and prevent this condition from ever being checked.
      Unverified
      0e0a84fd
    • Jean-Paul Calderone's avatar
      Back out some unnecessary renaming · 73bafe17
      Jean-Paul Calderone authored
      Unverified
      73bafe17
  2. May 06, 2020
  3. May 05, 2020
  4. May 04, 2020
  5. May 01, 2020
  6. Apr 30, 2020
  7. Apr 29, 2020
  8. Apr 28, 2020
  9. Apr 27, 2020
  10. Apr 24, 2020
  11. Apr 23, 2020
  12. Apr 22, 2020
  13. Apr 20, 2020
Loading