-
Notifications
You must be signed in to change notification settings - Fork 2
23 deserialization of the error is missing #28
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # android/build.gradle # example/android/app/build.gradle # ios/Classes/Modules/SettingsModule.swift # lib/square_mobile_payments_sdk.dart # lib/square_mobile_payments_sdk_method_channel.dart
Log.d("Auth", accessToken) | ||
Log.d("Auth", locationId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the debug logs here and below.
unexpected, | ||
//android |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean noNetwork
only exists in Android? If so, change a comment to be a bit more descriptive, like:
locationNotActivatedForCardProcessing,
unexpected,
noNetwork, // noNetwork only exists on Android
unsupportedCountry,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think iOS does have a noNetwork error for authorization, though? So not sure what the "//android" comment means.
No description provided.