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 31c3f64 commit 197a7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -1731,6 +1731,7 @@ protected function updateOrderStatus($orderState, $newStatus, $description, $for
->setStatus($newStatus)
->save();
} else {
$this->order->setStatus($newStatus);
$this->order->addStatusHistoryComment($description, $newStatus);
}
} else {
Expand All @@ -1742,6 +1743,7 @@ protected function updateOrderStatus($orderState, $newStatus, $description, $for
->setEntityName('invoice')
->save();
} else {
$this->order->setStatus($newStatus);
$this->order->addStatusHistoryComment($description);
}
}
Expand Down

0 comments on commit 197a7e6

Please sign in to comment.