-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed docs for Google Service Accounts
- Loading branch information
Martin Butt
committed
Apr 28, 2016
1 parent
6b6eb25
commit d9dcd80
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|