We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb5da8 commit f255108Copy full SHA for f255108
verify2/cancel.php
@@ -7,5 +7,4 @@
7
new Vonage\Client\Credentials\Keypair(VONAGE_APPLICATION_PRIVATE_KEY_PATH, VONAGE_APPLICATION_ID),
8
);
9
10
-$requestId = 'c11236f4-00bf-4b89-84ba-88b25df97315';
11
-$client->verify2()->cancel($requestId);
+$client->verify2()->cancel(REQUEST_ID);
0 commit comments