Skip to content

Commit

Permalink
feat: Add SendProductName Option to Braze (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle authored and einsteinx2 committed Dec 12, 2024
1 parent 5d9ce41 commit 787d332
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 787d332

Please sign in to comment.