We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2225ebd commit 5deb6abCopy full SHA for 5deb6ab
1 file changed
app/http/endpoints/BlockEndpoints.php
@@ -39,7 +39,7 @@ public function registerRoutes(): array
39
return [
40
self::ROUTE . '/is-authorized' => [
41
'methods' => \WP_REST_Server::CREATABLE,
42
- 'callback' => [$this, 'isAuthorized'],
+ 'callback' => [$this, 'companyRegistrationIsCompleted'],
43
],
44
self::ROUTE . '/locations' => [
45
0 commit comments