Skip to content

Commit 80db0b9

Browse files
Removed testing Rokt-ID
1 parent fbf1ce3 commit 80db0b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
3939
ctx: Context
4040
): List<ReportingMessage> {
4141
applicationContext = ctx.applicationContext
42-
// val roktTagId = settings[ROKT_ACCOUNT_ID]
43-
val roktTagId = "2754655826098840951"
42+
val roktTagId = settings[ROKT_ACCOUNT_ID]
4443
if (KitUtils.isEmpty(roktTagId)) {
4544
throwOnKitCreateError(NO_ROKT_ACCOUNT_ID)
4645
}

0 commit comments

Comments
 (0)