We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd13a5 commit fe58749Copy full SHA for fe58749
samples/verify.php
@@ -24,8 +24,9 @@
24
$signature = '';
25
26
//if you wish to inspect or use the response data, you can create
27
-//a response object and pass that in to the Validator's constructor
+//a response object and pass it as the first argument to the Validator's verify method
28
//$response = new AndroidMarket_Licensing_ResponseData($responseData);
29
+//$valid = $validator->verify($response, $signature);
30
31
$validator = new AndroidMarket_Licensing_ResponseValidator(PUBLIC_KEY, PACKAGE_NAME);
32
$valid = $validator->verify($responseData, $signature);
0 commit comments