Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 2bcc14c

Browse files
authored
Update Constant.php
1 parent 4abf894 commit 2bcc14c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Constant.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* DEVICE CONFIG
1818
*/
1919
define('X_PLATFORM', 'Android');
20-
define('X_UNIQUEID', '');
20+
define('X_UNIQUEID', '89b1099165c7');
2121
define('X_APPVERSION', '4.74.3');
2222
define('X_APPID', 'com.gojek.app');
2323
define('X_USER_TYPE', 'customer');
@@ -29,9 +29,9 @@
2929
/**
3030
* CLIENT ID & SECRET
3131
*/
32-
define('CLIENT_ID', '');
33-
define('CLIENT_SECRET', '');
34-
define('CLIENT_ID_MFA', '');
32+
define('CLIENT_ID', 'gojek:consumer:app');
33+
define('CLIENT_SECRET', 'pGwQ7oi8bKqqwvid09UrjqpkMEHklb');
34+
define('CLIENT_ID_MFA', '6d11d261d7ae462dbd4be0dc5f36a697-MFAGOJEK');
3535

3636
/**
3737
* EP = ENDPOINT

0 commit comments

Comments
 (0)