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 904f87a commit 9f0986b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Model/Service/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ public function cancel($order, $statusCode)
$statusCode,
$order
);
$this->logging->addDebug(__METHOD__ . '|$failedStatus|' . $failedStatus);


if ($failedStatus) {
$order->setStatus($failedStatus);
Expand Down

0 comments on commit 9f0986b

Please sign in to comment.