JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

Transfer history empty if one payment is not "Payment Processed" status #2962

Open arrenv opened 1 month ago

arrenv commented 1 month ago

Steps to reproduce

Not sure why this would be the case, but it was what I experienced testing the feature, it could have been just a coincidence but seemed to line up exactly with the status.

  1. Create a crypto to fiat payment that is successful.
  2. Check the Transfer history table.
  3. Note that the payment should appear.
  4. Create a crypto to fiat payment that is still pending.
  5. Check the Transfer history table.
  6. Note that no entries show at all.
  7. Check the Transfer history table after the new payment is successful.
  8. Note the Transfer history table should show all correct data.

Expected behaviour

Actual behaviour

While new payment was pending

image

image

After new payment succeeded

image

image

rdig commented 1 month ago

Yup this is a very valid issue, I just want to note, out of personal testing experience, that transfers don't show up immediately on the bridge side, even in "pending states".

It takes a good while until you see "payment submitted" payments in their API