Skip to content

Commit f255108

Browse files
committed
Change cancel input to constant
1 parent 5cb5da8 commit f255108

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

verify2/cancel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
new Vonage\Client\Credentials\Keypair(VONAGE_APPLICATION_PRIVATE_KEY_PATH, VONAGE_APPLICATION_ID),
88
);
99

10-
$requestId = 'c11236f4-00bf-4b89-84ba-88b25df97315';
11-
$client->verify2()->cancel($requestId);
10+
$client->verify2()->cancel(REQUEST_ID);

0 commit comments

Comments
 (0)