magento2
                                
                                 magento2 copied to clipboard
                                
                                    magento2 copied to clipboard
                            
                            
                            
                        Transaction parent-child relationship inconsistent from summary table from details view.
Preconditions and environment
- Magento version 2.4.8
- Setup a payment that can do Auth and Capture,
Steps to reproduce
- In Frontend, create an order and make payment with Auth transaction
- In Admin > Sales > Orders, select the order from step 1 > Invoice (tab) > Capture Online [ Submit Invoice]
- Go to Transactions left menu - display the summary table of transaction
- 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
- [x] 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”.