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