Skip to content

Commit

Permalink
fix: make integration info name consistent through all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Dec 5, 2024
1 parent 25878d9 commit 8128cf4
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 8128cf4

Please # to comment.