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

Fix null access error when an SCA validation fails #52

Merged
merged 2 commits into from
Jan 7, 2020

Conversation

deanpapastrat
Copy link
Member

No description provided.

@deanpapastrat deanpapastrat added the bug Something isn't working label Jan 7, 2020
@deanpapastrat deanpapastrat requested a review from jguze January 7, 2020 21:57
@deanpapastrat deanpapastrat self-assigned this Jan 7, 2020
@deanpapastrat deanpapastrat merged commit 899a22e into master Jan 7, 2020
@deanpapastrat deanpapastrat deleted the deanpapastrat/fix-null-token-sca-reference branch January 7, 2020 22:15
@@ -735,14 +735,16 @@ export default Component.extend({
nonce,
this.createVerificationDetails(),
(verificationErrors, result) => {
const verificationToken = result ? result.token : null;

this.onCardNonceResponseReceived(
errors,
Copy link
Contributor

@ericghpham ericghpham Jan 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deanpapastrat should this be verificationErrors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants