wip emails front admin menu
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user