Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -40,7 +40,8 @@ class DevGoogle extends Command | ... | @@ -40,7 +40,8 @@ class DevGoogle extends Command |
40 | { | 40 | { |
41 | // dd(1); | 41 | // dd(1); |
42 | $gp = new GooglePayment(); | 42 | $gp = new GooglePayment(); |
43 | - dd($gp->client); | 43 | + $validator =new \Google_Service_AndroidPublisher($gp->client); |
44 | + dd($validator); | ||
44 | 45 | ||
45 | return 0; | 46 | return 0; |
46 | } | 47 | } | ... | ... |
-
Please register or login to post a comment