We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b42256 commit 2298b76Copy full SHA for 2298b76
app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction.php
@@ -132,6 +132,8 @@ public function getOrderWebsiteId($orderId)
132
* @param \Magento\Framework\Model\AbstractModel|\Magento\Sales\Model\Order\Payment\Transaction $transaction
133
* @throws \Magento\Framework\Exception\LocalizedException
134
* @return $this
135
+ *
136
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
137
*/
138
protected function _beforeSave(\Magento\Framework\Model\AbstractModel $transaction)
139
{
0 commit comments