Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -41,7 +41,7 @@ class DevGoogle extends Command | ... | @@ -41,7 +41,7 @@ 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 | - $resp = $validator->purchases_subscriptions->get('pub.yiyan.parlando.Parlando', 'monthly_yiyan_vip', ''); | 44 | + $resp = $validator->purchases_subscriptions->get('pub.yiyan.parlando.Parlando', 'monthly_yiyan_vip', 'aa'); |
| 45 | dd($resp); | 45 | dd($resp); |
| 46 | 46 | ||
| 47 | return 0; | 47 | return 0; | ... | ... |
-
Please register or login to post a comment