From 623b256902acf6a2cce8ab0b60399e0bd576255c Mon Sep 17 00:00:00 2001 From: "decoder.id" <75539501+decoderid@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:27:57 +0700 Subject: [PATCH] Update Constant.php update version --- src/Constant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Constant.php b/src/Constant.php index 3513807..8ae2532 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -18,7 +18,7 @@ */ define('X_PLATFORM', 'Android'); define('X_UNIQUEID', 'c6ad2e615cf54aa5'); -define('X_APPVERSION', '4.74.3'); +define('X_APPVERSION', '4.90.2'); define('X_APPID', 'com.gojek.app'); define('X_USER_TYPE', 'customer'); define('X_DEVICE_OS', 'Android,9'); @@ -75,4 +75,4 @@ /** * LOGIN TYPE */ -define('LOGIN_TYPE_PIN', 'gopay_pin'); \ No newline at end of file +define('LOGIN_TYPE_PIN', 'gopay_pin');