-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[issue] Order detail page issues #2957
Comments
➤ Sam commented: Kenny Hung, Regarding 3. Copy icon can’t work. It can be fixed from ionic side and I fixed it. I will include fix for 3. Copy icon can’t work to v230808-capture-app-ionic-launch ( https://app.asana.com/0/0/1205132295508392 ) |
➤ Kenny Hung commented: #3 fixed. |
➤ Ethan Wu commented: Kenny Hung can you provide me some accounts that cover the above test cases. |
➤ Kenny Hung commented: Ethan Wu DM'ed |
➤ Ethan Wu commented: Kenny Hung can you tell me what is the expected result for result url for each of the network actions? |
➤ Ethan Wu commented: results url screenshots. |
➤ Kenny Hung commented: Ethan Wu I found some issues.
|
➤ Ethan Wu commented: Kenny Hung what is register commit? |
➤ Ethan Wu commented: Sam where does iframe pull the orders? |
➤ Ethan Wu commented: Kenny Hung does this order show up in iframe? |
➤ Ethan Wu commented: Kenny Hung I have fixed:
|
➤ Sam commented: Ethan Wu, right now I away from keyboard. Will answer later with more precision. It uses API call. You should be able to see which api call its calling by looking at page load events. Once I will be on computer I can share more details. |
➤ Ethan Wu commented: SamKenny Hung nvm i figured it out. kenny its fixed now. |
➤ Sam commented: Ethan Wu, I was recording the video but anyways I will put here. |
➤ Ethan Wu commented: Sam thanks! |
➤ Kenny Hung commented: Ethan Wu I compare the live version with qa branch, I found the "receiver" is different on "gift" order. The live is right. BTW, just curious, I found the status is something different than live. In live version, it shows "success", qa branch it shows "complete". (The status part is okay, just want to know why.) |
➤ Ethan Wu commented: Kenny Hung can you provide me the asset id and order id |
➤ Kenny Hung commented: order id: 8c50a273-a65e-492a-a491-84cb57c4b083 asset nid: bafybeibfatqlistf5vehtreadofwi47slximyiyzmq2pmrvhyajnkjyrje |
➤ Ethan Wu commented: Kenny Hung the reason is the following the storage backend api order details only shows the status for payment. it doesn't show the status of the actual network action. the status of the network action is handled by the network action bubble db. so the challenge is the storage backend api only provides certain information (payment, receiver, order_id, payment status) but it doesn't show any information about result_url or network action status. so we need to pull from two areas to populate the information. in the case of Commit, this is not a network action so the only status we can pull is from storage backend. |
➤ Ethan Wu commented: Kenny Hung fixed |
➤ Kenny Hung commented: QA pass |
User story
Reproduce step
issue summary:
Total payment
Expectation
Total payment
Copy icon can’t workAdditional information:
┆Issue is synchronized with this Asana task by Unito
┆Created By: Kenny Hung
The text was updated successfully, but these errors were encountered: