Skip to content
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

Transaction Details > Dispute Details: issuer evidence UI (Review the claim & View dispute details) #7156

Closed
Jinksi opened this issue Sep 8, 2023 · 3 comments
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. component: disputes Issues related to Disputes component: transaction details Issues related to Transaction Details status: on hold The issue is currently not prioritized. type: enhancement The issue is a request for an enhancement.

Comments

@Jinksi
Copy link
Member

Jinksi commented Sep 8, 2023

Part of #6883

This issue handles the features of Transaction Details → Dispute Details that require linking to a dispute's issuer_evidence if it exists:

  1. The Steps to resolveReview the claim row should be rendered with a link that opens the issuer evidence PDF in a new window.
257356531-731dc70a-36f5-43ac-9e84-fb8078649733
  1. The View dispute/inquiry details button should be rendered. When clicked, it will open the issuer evidence PDF in a new window – only for lost disputes that were:
    • Accepted (disputes.metadata.__closed_by_merchant)
    • Lost due to non-response (no dispute.metadata.__evidence_submitted_at)
    • Inquiry: Closed (dispute.status === 'warning_closed')
view-dispute-details

Note on testing issuer_evidence

Update: testing issuer_evidence (PDF of issuer claim) is not possible with test mode transactions. dispute.issuer_evidence will return null unless the dispute occurs on a live account with a real disputed transaction.

See discussion on Slack: p1693792635213789-slack-C03LA109BKM.

@Jinksi
Copy link
Member Author

Jinksi commented Sep 11, 2023

I've added an Issuer_Evidence TS interface to client/types/disputes.d.ts in PR https://github.com/Automattic/woocommerce-payments/pull/7047/files#diff-3281997a33f70ad0c3013fdb32857f43264b59ddf3b76dd1f3aef2d0b8b435edR35 – if it is useful when working on this issue.

@brucealdridge brucealdridge added status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. status: on hold The issue is currently not prioritized. and removed status: blocked The issue is blocked from progressing, waiting for another piece of work to be done. labels Sep 13, 2023
@brucealdridge
Copy link
Contributor

This issue is on hold and may or may not be picked up later. A different iteration of this issue is being worked on in #7173.

@haszari
Copy link
Contributor

haszari commented Mar 11, 2024

This is a task from a previous project, which we didn't pursue (design iteration & testing challenges).

We have a future project to improve the UI for accessing & viewing dispute issuer evidence. Closing this issue, as we are not planning to handle as maintenance. If there is relevant info in this issue then we can review when we start work on the project.

@haszari haszari closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. component: disputes Issues related to Disputes component: transaction details Issues related to Transaction Details status: on hold The issue is currently not prioritized. type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

No branches or pull requests

3 participants