Skip to content

Commit 5deb6ab

Browse files
committed
fixed: merge conflict between NL14RSP2-66 and L14RSP2-121
1 parent 2225ebd commit 5deb6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/http/endpoints/BlockEndpoints.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function registerRoutes(): array
3939
return [
4040
self::ROUTE . '/is-authorized' => [
4141
'methods' => \WP_REST_Server::CREATABLE,
42-
'callback' => [$this, 'isAuthorized'],
42+
'callback' => [$this, 'companyRegistrationIsCompleted'],
4343
],
4444
self::ROUTE . '/locations' => [
4545
'methods' => \WP_REST_Server::CREATABLE,

0 commit comments

Comments
 (0)