Skip to content

Commit 8ac4b09

Browse files
committed
fix: cs in IAP sample
1 parent 7799480 commit 8ac4b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iap/src/make_iap_request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function make_iap_request($url, $clientId)
4545

4646
// create the HTTP client
4747
$client = new Client([
48-
'handler' => $stack,
49-
'auth' => 'google_auth'
48+
'handler' => $stack,
49+
'auth' => 'google_auth'
5050
]);
5151

5252
// make the request

0 commit comments

Comments
 (0)