change call back
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -209,7 +209,7 @@ public function isGoogleFolderCreated($cust_id) | ... | @@ -209,7 +209,7 @@ public function isGoogleFolderCreated($cust_id) |
| 209 | $client->setScopes(array('https://www.googleapis.com/auth/drive.file')); | 209 | $client->setScopes(array('https://www.googleapis.com/auth/drive.file')); |
| 210 | $client->setClientId('206523860143-kgs80emhfm1sof79nggd48gnhbl1j6ei.apps.googleusercontent.com'); | 210 | $client->setClientId('206523860143-kgs80emhfm1sof79nggd48gnhbl1j6ei.apps.googleusercontent.com'); |
| 211 | $client->setClientSecret('ZzEE02Dqz7AKJLSklmL30LNd'); | 211 | $client->setClientSecret('ZzEE02Dqz7AKJLSklmL30LNd'); |
| 212 | $client->setRedirectUri('https://pdf-customizer.synapsus.co/auth/pdf-customizer/public/auth/google/tokenCallback'); | 212 | $client->setRedirectUri('https://pdf-customizer.synapsus.co/auth/google/tokenCallback'); |
| 213 | 213 | ||
| 214 | $client->setAccessType('offline'); | 214 | $client->setAccessType('offline'); |
| 215 | 215 | ... | ... |
-
Please register or sign in to post a comment