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

Access code has expired #16

Closed
mopilo opened this issue Apr 27, 2019 · 5 comments
Closed

Access code has expired #16

mopilo opened this issue Apr 27, 2019 · 5 comments

Comments

@mopilo
Copy link

mopilo commented Apr 27, 2019

I keep getting Access code has expired and transaction keeps repeating it self because of this line

if (e is ExpiredAccessCodeException) { _startAfreshCharge(); _chargeCard(charge); print(e); return; }

@mopilo
Copy link
Author

mopilo commented Apr 27, 2019

fixed this by using charge.reference

@mopilo mopilo closed this as completed Apr 27, 2019
@wilburx9
Copy link
Owner

@mopilo Please, can you link the class in question?

@wilburx9 wilburx9 reopened this Apr 27, 2019
@mopilo
Copy link
Author

mopilo commented May 6, 2019

Sorry what class?

@wilburx9
Copy link
Owner

wilburx9 commented May 6, 2019

The class where this line if (e is ExpiredAccessCodeException) { _startAfreshCharge(); _chargeCard(charge); print(e); return; } was found.

@wilburx9
Copy link
Owner

I will have to close this issue since clarification wasn't provided. Please, feel free to reopen when you are able to provide further clarification.

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

2 participants