Skip to content

Commit

Permalink
remove klarnakp check
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Jan 30, 2025
1 parent 7d89033 commit 904f87a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Model/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,6 @@ protected function updateOrderStatus($orderState, $newStatus, $description, $for
->save();
} else {
$this->order->addStatusHistoryComment($description, $newStatus);
$this->order->setStatus($newStatus);
}
} else {
$this->logging->addDebug(__METHOD__ . '|2|');
Expand All @@ -1744,7 +1743,6 @@ protected function updateOrderStatus($orderState, $newStatus, $description, $for
->save();
} else {
$this->order->addStatusHistoryComment($description);
$this->order->setStatus($newStatus);
}
}
}
Expand Down

0 comments on commit 904f87a

Please sign in to comment.