Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 15, 2024
1 parent 39c1554 commit 7ea04d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Payum/Action/StatusAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function execute($request): void

if (!$request->isNew() && !$request->isUnknown()) {
$this->logger->info('Request new or unknown.', ['isNew' => $request->isNew(), 'isUnknown' => $request->isUnknown()]);

// Payment status already set
return;
}
Expand Down

0 comments on commit 7ea04d6

Please sign in to comment.