File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Sales/Model/ResourceModel/Order/Payment Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protected function _construct()
34
34
/**
35
35
* Update transactions in database using provided transaction as parent for them
36
36
*
37
- * have to repeat the business logic to avoid accidental injection of wrong transactions
37
+ * Have to repeat the business logic to avoid accidental injection of wrong transactions
38
38
*
39
39
* @param \Magento\Sales\Model\Order\Payment\Transaction $transaction
40
40
* @return void
@@ -126,6 +126,7 @@ public function getOrderWebsiteId($orderId)
126
126
127
127
/**
128
128
* Lookup for parent_id in already saved transactions of this payment by the order_id
129
+ *
129
130
* Also serialize additional information, if any
130
131
*
131
132
* @param \Magento\Framework\Model\AbstractModel|\Magento\Sales\Model\Order\Payment\Transaction $transaction
You can’t perform that action at this time.
0 commit comments