We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a37f7 commit 2ecd2d3Copy full SHA for 2ecd2d3
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