We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a34086 + 2ecd2d3 commit e8b61d7Copy full SHA for e8b61d7
src/Action/NotifyAction.php
@@ -93,7 +93,7 @@ public function execute($request): void
93
}
94
95
} catch (OpenPayU_Exception $e) {
96
- throw new HttpResponse($e->getMessage());
+ throw new HttpResponse($e->getMessage(), 500);
97
98
99
0 commit comments