We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adc2df5 + 688321c commit 10a6430Copy full SHA for 10a6430
RiskSdk/src/main/java/com/airwallex/risk/ApiService.kt
@@ -66,6 +66,9 @@ internal class ApiService(
66
if (connection.responseCode >= serverErrorCode) {
67
throw ServerException()
68
}
69
+ if (events.any { event -> event.event.type == Constants.installationEventName }) {
70
+ riskContext.hasSentInstallationEvent = true
71
+ }
72
} catch (e: IOException) {
73
Log.d(Constants.logTag, "HttpURLConnection output error: ${e.message}")
74
when (e) {
0 commit comments