Skip to content

Commit

Permalink
Fixed docs for Google Service Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Butt committed Apr 28, 2016
1 parent 6b6eb25 commit d9dcd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Create service account [Service Account flow](https://developers.google.com/iden
use ReceiptValidator\GooglePlay\ServiceAccountValidator as PlayValidator;
$validator = new PlayValidator([
'client_email' => '[email protected]',
'p12_key_path' => 'MyProject.p12',
'p12_key_path' => file_get_contents('MyProject.p12'),
]);

try {
Expand Down

0 comments on commit d9dcd80

Please sign in to comment.