Skip to content

Commit fe58749

Browse files
author
dcaunt@gmail.com
committed
Corrected a misleading comment on validator usage
git-svn-id: http://android-market-license-verification.googlecode.com/svn/trunk@7 9bbedade-4383-ce3b-2565-04fab2f84983
1 parent fdd13a5 commit fe58749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/verify.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
$signature = '';
2525

2626
//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
27+
//a response object and pass it as the first argument to the Validator's verify method
2828
//$response = new AndroidMarket_Licensing_ResponseData($responseData);
29+
//$valid = $validator->verify($response, $signature);
2930

3031
$validator = new AndroidMarket_Licensing_ResponseValidator(PUBLIC_KEY, PACKAGE_NAME);
3132
$valid = $validator->verify($responseData, $signature);

0 commit comments

Comments
 (0)