Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mparticle/kits/AppboyKit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
const val PUSH_ENABLED = "push_enabled"
const val NAME = "Appboy"
// if this flag is true, kit will send Product name as sku
const val REPLACE_SKU_AS_PRODUCT_NAME = "forwardSkuAsProductName"
const val REPLACE_SKU_AS_PRODUCT_NAME = "replaceSkuWithProductName"
private const val PREF_KEY_HAS_SYNCED_ATTRIBUTES = "appboy::has_synced_attributes"
private const val PREF_KEY_CURRENT_EMAIL = "appboy::current_email"
private const val FLUSH_DELAY = 5000
Expand Down
Loading