Skip to content

Commit 787d332

Browse files
Mansi-mParticleeinsteinx2
authored andcommitted
feat: Add SendProductName Option to Braze (#176)
1 parent 5d9ce41 commit 787d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
10871087
const val PUSH_ENABLED = "push_enabled"
10881088
const val NAME = "Appboy"
10891089
// if this flag is true, kit will send Product name as sku
1090-
const val REPLACE_SKU_AS_PRODUCT_NAME = "forwardSkuAsProductName"
1090+
const val REPLACE_SKU_AS_PRODUCT_NAME = "replaceSkuWithProductName"
10911091
private const val PREF_KEY_HAS_SYNCED_ATTRIBUTES = "appboy::has_synced_attributes"
10921092
private const val PREF_KEY_CURRENT_EMAIL = "appboy::current_email"
10931093
private const val FLUSH_DELAY = 5000

0 commit comments

Comments
 (0)