Skip to content

Commit

Permalink
Merge pull request #82 from fingerprintjs/fix-inconsistent-ii
Browse files Browse the repository at this point in the history
Make integration info name consistent through all platforms
  • Loading branch information
ilfa authored Dec 5, 2024
2 parents 25878d9 + 8128cf4 commit 8c7e864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class FpjsProPlugin: FlutterPlugin, MethodCallHandler {
endpoint ?: region?.endpointUrl ?: Configuration.Region.US.endpointUrl,
extendedResponseFormat,
endpointFallbacks ?: emptyList(),
listOf(Pair("fingerprintjs-pro-flutter", pluginVersion))
listOf(Pair("fingerprint-pro-flutter", pluginVersion))
)

fpjsClient = factory.createInstance(configuration)
Expand Down

0 comments on commit 8c7e864

Please sign in to comment.