You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@ protected function _construct()
32
32
}
33
33
34
34
/**
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
0 commit comments