Skip to content

Commit 9e02218

Browse files
AC-10042::/V1/transactions REST API returns error when parent_txn_id = txn_id
1 parent febcbdb commit 9e02218

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ protected function _construct()
3232
}
3333

3434
/**
35-
* Update transactions in database using provided transaction as parent for them have to repeat the business logic to avoid accidental injection of wrong transactions
35+
* Update transactions in database using provided transaction as parent for them
36+
*
37+
* Have to repeat the business logic to avoid accidental injection of wrong transactions
38+
*
3639
* @param \Magento\Sales\Model\Order\Payment\Transaction $transaction
3740
* @return void
3841
*/

0 commit comments

Comments
 (0)