Open
Description
Description
The has a bug.
Steps to Reproduce
- Running the program
- The same transaction is processed over and over again
Expected Behavior
When I execute the program I would expect to see the transactions processed one after the other for example:
Processing transaction Payment 1
Processing transaction Payment 2
Processing transaction Payment 3
Actual Behavior
When I run the program I see:
Processing transaction Payment 1
Processing transaction Payment 1
Processing transaction Payment 1
...
It never ends.
Environment
Production