Skip to content

Processing payments app bug #1

Open
Open
@edenreich

Description

@edenreich

Description

The has a bug.

Steps to Reproduce

  1. Running the program
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions