wip emails front admin menu

This commit is contained in:
asus
2024-04-03 00:13:39 +02:00
parent 9abe24b3bb
commit 1d36093d9f
5 changed files with 138 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ function handle_orders_capture_request_CIPF($request) {
try {
update_user_post_capture_CIPF($json_response, 'end');
throw new HttpException('cannot find user with this order_id', 502);
return new WP_REST_Response($json_response, $http_status_code);
}
catch (HttpException $error) {