Skip to content

Commit

Permalink
Merge branch 'release-8.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 18, 2022
2 parents e04e6dc + 72f2b62 commit b2929b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions controller/PciManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function verify()
['messages' => $invalidModelErrors]
];
$this->returnJson($result);
exit();
return;
}

if ($pciObject->hasVersion()) {
Expand All @@ -185,7 +185,7 @@ public function verify()
]];
$result['valid'] = false;
$this->returnJson($result);
exit();
return;
}
}

Expand Down
Loading

0 comments on commit b2929b5

Please sign in to comment.