Skip to content

Commit 0230b66

Browse files
author
Gediminas Šedbaras
authored
Update verify-verification.php
1 parent 83ebe96 commit 0230b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/verify-verification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Check if $VerifyResult->getStatus() === MessageBird\Objects\Verify::STATUS_VERIFIED
1212

1313
} catch (\MessageBird\Exceptions\RequestException $e) {
14-
// token was incorrect
14+
echo 'token incorrect';
1515
} catch (\MessageBird\Exceptions\AuthenticateException $e) {
1616
// That means that your accessKey is unknown
1717
echo 'wrong login';

0 commit comments

Comments
 (0)