Skip to content

Commit

Permalink
PLUG-105: Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lighe committed May 9, 2024
1 parent 6d12cd5 commit c796c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/Order/ProcessReturn.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function execute(string $transactionId): array
if (!$order->getEntityId()) {
if ($transactionStatus == 'settled' || $transactionStatus == 'executed') {
return ['success' => false, 'status' => $transactionStatus];
}
}
}

switch ($transactionStatus) {
Expand Down

0 comments on commit c796c20

Please sign in to comment.