Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plaid LinkEventMetadata on Android 3.10.1 (React Native Plaid Link SDK) is in snake_case #235

Open
mhafizul opened this issue Sep 9, 2022 · 0 comments

Comments

@mhafizul
Copy link

mhafizul commented Sep 9, 2022

The problem

Plaid LinkEventMetadata on Android 3.10.1 is published in snake_case form instead of camelCase like on Android, reffering to Plaid Link SDK typing this behaviour should be consistent across platform.

Environment

Android OS Version e.g. 11.0.0 (30)
Android Devices/Emulators e.g. Pixel 4 XL API 30 Emulator

LinkEventMetadata on Android :

{
  error_code: ""
  error_message: ""
  error_type: ""
  exit_status: ""
  institution_id: ""
  institution_name: ""
  institution_search_query: ""
  link_session_id: "eae6c2c1-a6ac-4a0b-9612-038d712c8a24"
  metadata_json: ""
  mfa_type: ""
  request_id: "MIe1NkSC7gQTIZ8"
  timestamp: "2022-09-09T07:21:47.443Z"
  view_name: "CONSENT"
}

Expected Result

LinkEventMetadata should be in camelCase as iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant