Skip to content

Commit 2fcf7cd

Browse files
authored
Update README.md
fixed the comments
1 parent 79951c7 commit 2fcf7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# KnownUser.V3.PHP
2-
Before getting started please read the [documentation] (https://github.com/queueit/Documentation/tree/main/serverside-connectors) to get acquainted with server-side connectors.
2+
Before getting started please read the [documentation](https://github.com/queueit/Documentation/tree/main/serverside-connectors) to get acquainted with server-side connectors.
33

44
This connector supports PHP >= 5.3.3.
55

6-
You can find the latest released version [here] (https://github.com/queueit/KnownUser.V3.PHP/releases/latest) and packagist package [here] (https://packagist.org/packages/queueit/knownuserv3).
6+
You can find the latest released version [here](https://github.com/queueit/KnownUser.V3.PHP/releases/latest) and packagist package [here](https://packagist.org/packages/queueit/knownuserv3).
77

88
## Implementation
99
The KnownUser validation must be done on *all requests except requests for static and cached pages, resources like images, css files and ...*.
@@ -117,7 +117,7 @@ try
117117
$currentUrlWithoutQueueitToken = preg_replace("/([\\?&])("."queueittoken"."=[^&]*)/i", "", $fullUrl);
118118

119119
//Verify if the user has passed through the queue
120-
$result = QueueIT\KnownUserV3\SDK\KnownUser::validateRequestByLocalEventConfig($currentUrlWithoutQueueitToken,
120+
$result = QueueIT\KnownUserV3\SDK\KnownUser::resolveQueueRequestByLocalConfig($currentUrlWithoutQueueitToken,
121121
$queueittoken, $eventConfig, $customerID, $secretKey);
122122

123123
if($result->doRedirect())

0 commit comments

Comments
 (0)