File tree 1 file changed +2
-0
lines changed
BraintreeCore/src/main/java/com/braintreepayments/api/core
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ internal class AnalyticsApi(
81
81
.putOpt(FPTI_KEY_BUTTON_TYPE , event.buttonType)
82
82
.putOpt(FPTI_KEY_BUTTON_POSITION , event.buttonOrder)
83
83
.putOpt(FPTI_KEY_PAGE_TYPE , event.pageType)
84
+ .putOpt(FPTI_KEY_ERROR_DESC , event.errorDescription)
84
85
}
85
86
86
87
@Throws(JSONException ::class )
@@ -133,6 +134,7 @@ internal class AnalyticsApi(
133
134
private const val FPTI_KEY_BUTTON_TYPE = " button_type"
134
135
private const val FPTI_KEY_BUTTON_POSITION = " button_position"
135
136
private const val FPTI_KEY_PAGE_TYPE = " page_type"
137
+ private const val FPTI_KEY_ERROR_DESC = " error_desc"
136
138
137
139
private const val FPTI_BATCH_KEY_VENMO_INSTALLED = " venmo_installed"
138
140
private const val FPTI_BATCH_KEY_PAYPAL_INSTALLED = " paypal_installed"
You can’t perform that action at this time.
0 commit comments