We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transaction.three_d_secure
Estou tentando usar o metodo three_d_secure e tenho os eguinte erro
three_d_secure
erede/ThreeDSecure.py in __init__(self) 12 self.onFailure = None 13 self.url = None ---> 14 self.userAgent = eRede.USER_AGENT 15 self.xid = None 16 self.threeDIndicator = "1" NameError: name 'eRede' is not defined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Estou tentando usar o metodo
three_d_secure
e tenho os eguinte erroThe text was updated successfully, but these errors were encountered: