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()
3434 /**
3535 * Update transactions in database using provided transaction as parent for them
3636 *
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
3838 *
3939 * @param \Magento\Sales\Model\Order\Payment\Transaction $transaction
4040 * @return void
@@ -126,6 +126,7 @@ public function getOrderWebsiteId($orderId)
126126
127127 /**
128128 * Lookup for parent_id in already saved transactions of this payment by the order_id
129+ *
129130 * Also serialize additional information, if any
130131 *
131132 * @param \Magento\Framework\Model\AbstractModel|\Magento\Sales\Model\Order\Payment\Transaction $transaction
You can’t perform that action at this time.
0 commit comments