From d33df2a33377a65afd4509d51a57f6dd73a5a01c Mon Sep 17 00:00:00 2001 From: Sarah Koop Date: Mon, 16 Dec 2024 11:37:27 -0600 Subject: [PATCH] update doc string --- .../java/com/braintreepayments/api/core/AnalyticsEventParams.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BraintreeCore/src/main/java/com/braintreepayments/api/core/AnalyticsEventParams.kt b/BraintreeCore/src/main/java/com/braintreepayments/api/core/AnalyticsEventParams.kt index 3a701dcbeb..01bca11e9d 100644 --- a/BraintreeCore/src/main/java/com/braintreepayments/api/core/AnalyticsEventParams.kt +++ b/BraintreeCore/src/main/java/com/braintreepayments/api/core/AnalyticsEventParams.kt @@ -17,7 +17,7 @@ import androidx.annotation.RestrictTo * the experiment, as a JSON string, that the merchant sent to the us. * @property paymentMethodsDisplayed A ShopperInsights module specific event that indicates the * order of payment methods displayed to the shopper by the merchant. - * @property shopperSessionId A ShopperInsights session ID provided by the merchant + * @property shopperSessionId The Shopper Insights customer session ID created by a merchant's server SDK or graphQL integration. */ @RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) data class AnalyticsEventParams @JvmOverloads constructor(