Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2024-03-05 10:52:37 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b84ba3275a707ede97b1a2d94b2929b18c9fb8e3
b84ba327
1 parent
9b4f69ca
temp commit
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/src/main/assets/warply.properties
app/src/main/java/warp/ly/android_sdk/activities/SplashActivity.java
app/src/main/assets/warply.properties
View file @
b84ba32
...
...
@@ -39,7 +39,7 @@ PushIcon=ic_notify
SendPackages
=
false
# The app language
Language
=
e
n
Language
=
e
l
# The merchant id for some requests
MerchantId
=
20113
...
...
app/src/main/java/warp/ly/android_sdk/activities/SplashActivity.java
View file @
b84ba32
...
...
@@ -36,7 +36,7 @@ public class SplashActivity extends BaseActivity {
public
void
onWarplyReady
()
{
if
(!
WarplyDBHelper
.
getInstance
(
SplashActivity
.
this
).
isTableNotEmpty
(
"auth"
))
{
WarplyManager
.
getCosmoteUser
(
new
WarplyCosmoteUserRequest
()
.
setGuid
(
"700000083
1
"
),
//6012049321, 6012049322, 6012049323, 7000000831 history, 7000000826, 7000000831 shared coupons, prod 6006552990, prod 6005892749, live 3000184910,prod 7000070282
.
setGuid
(
"700000083
3
"
),
//6012049321, 6012049322, 6012049323, 7000000831 history, 7000000826, 7000000831 shared coupons, prod 6006552990, prod 6005892749, live 3000184910,prod 7000070282
mLoginReceiver
);
}
else
{
startNextActivity
();
...
...
Please
register
or
login
to post a comment