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
Replace the value of token with the JWT you created previously
// TODO: Save the JWT from the backend "response"
private val token = "TOKEN"
Problem:
There is no such comment in the file, or in the equivalent file in the complete version of the app. This problem is true of several instructions in this step.
Instruction:
Set a listener for the Add to Google Wallet button
// TODO: Set an on-click listener on the "Add to Google Wallet" button
addToGoogleWalletButton = layout.addToGoogleWalletButton.
addToGoogleWalletButton.setOnClickListener {
walletClient.savePassesJwt(token, this, addToGoogleWalletRequestCode)
}
Problem:
This is not valid code.
The text was updated successfully, but these errors were encountered:
Instruction:
Open the app/src/main/CheckoutActivity.kt file
Problem:
There is no such file. The location appears to be:
Instruction:
Replace the value of token with the JWT you created previously
Problem:
There is no such comment in the file, or in the equivalent file in the complete version of the app. This problem is true of several instructions in this step.
Instruction:
Set a listener for the Add to Google Wallet button
Problem:
This is not valid code.
The text was updated successfully, but these errors were encountered: