Skip to content
Snippets Groups Projects
  1. May 28, 2020
  2. May 26, 2020
  3. May 25, 2020
  4. May 22, 2020
  5. May 21, 2020
  6. May 20, 2020
  7. May 14, 2020
  8. May 13, 2020
  9. May 12, 2020
  10. May 11, 2020
  11. May 09, 2020
  12. 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.
      0e0a84fd
Loading