You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ninovanhooff
changed the title
BUG: android_complete code uses savePasses instead of savePassesJwr
BUG: android_complete code uses savePasses instead of savePassesJwt: INVALID_JSON Not a JSON Object
Dec 28, 2023
As per the codelab texts, the correct call is
savePassesJwt
; notsavePasses
Without this, the following error is produced:
is produced.
android-codelab/android_complete/app/src/main/java/com/google/android/gms/samples/wallet/activity/CheckoutActivity.kt
Line 61 in 273a1db
The text was updated successfully, but these errors were encountered: