File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 32
32
*/
33
33
'google_play_package_name ' => env ('GOOGLE_PLAY_PACKAGE_NAME ' , 'com.some.thing ' ),
34
34
35
- /*
36
- |--------------------------------------------------------------------------
37
- | Google Application Credentials
38
- |--------------------------------------------------------------------------
39
- |
40
- | This value is the path to the Google Application Credentials file.
41
- | @see https://imdhemy.com/laravel-iap-docs/docs/credentials/google-play
42
- |
43
- */
44
- 'google_application_credentials ' => base_path ((string )env ('GOOGLE_APPLICATION_CREDENTIALS ' )),
45
-
46
35
/*
47
36
|--------------------------------------------------------------------------
48
37
| App Store Password
Original file line number Diff line number Diff line change @@ -112,12 +112,6 @@ public function register(): void
112
112
private function registerConfig (): void
113
113
{
114
114
$ this ->mergeConfigFrom (self ::CONFIG_PATH , self ::CONFIG_KEY );
115
-
116
- $ googleApplicationCredentials = (string )config ('liap.google_application_credentials ' );
117
-
118
- if (! empty ($ googleApplicationCredentials ) && file_exists ($ googleApplicationCredentials )) {
119
- putenv ("GOOGLE_APPLICATION_CREDENTIALS= $ googleApplicationCredentials " );
120
- }
121
115
}
122
116
123
117
/**
You can’t perform that action at this time.
0 commit comments