Skip to content

Transaction parent-child relationship inconsistent from summary table from details view. #39999

Open
@archerv1976

Description

@archerv1976

Preconditions and environment

  • Magento version 2.4.8
  • Setup a payment that can do Auth and Capture,

Steps to reproduce

  1. In Frontend, create an order and make payment with Auth transaction
  2. In Admin > Sales > Orders, select the order from step 1 > Invoice (tab) > Capture Online [ Submit Invoice]
  3. Go to Transactions left menu - display the summary table of transaction
  4. Click one of the transaction to see the details.

Expected result

Under the detail view of the parent transaction "Auth" should have a "Child Transaction" that point to the "Capture" transaction.

Actual result

Under the detail view of the parent transaction "Auth" has a "Child Transaction" that point to the "Auth" itself.

Additional information

  • Magento version 2.4.8

The transaction issue is related to parent - child relationship. Noticed that in the transaction table summary it shows the correct relationship but when viewing the transaction details (clicking the Auth row which is the parent), the child transaction is referring to its own.

I attached my investigation and showed where the possible wrong assignment exist

mage248-txn-parent-child-rel-issue.pdf

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

Metadata

Metadata

Type

No type

Projects

Status

Ready for Confirmation

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions