-
Notifications
You must be signed in to change notification settings - Fork 115
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
Environment not set. Set environment using setter or use overloaded method to pass appropriate environment #163
Comments
If you did indeed follow the correct steps for setting the environment. It is very likely that you are using a JDK version that is higher than what is supported by Authnet. If your logs give you |
…r use overloaded method to pass appropriate environment #163" Changed 'nullEnvironmentErrorMessage' as a constant to avoid confusion.
…r use overloaded method to pass appropriate environment #163" Changed 'nullEnvironmentErrorMessage' as a constant to avoid confusion.
…r use overloaded method to pass appropriate environment #163" Changed 'nullEnvironmentErrorMessage' as a constant to avoid confusion.
Hi all ,
I am stuck with an error while performing Payment using accept suite.
Debugging the controller object, shows the following error
I am using the class
CreateAnAcceptPaymentTransaction
The version of the SDK I am using is v2.0.1 !
I' m setting the environment as the example, didn't change anything:
ApiOperationBase.setEnvironment(Environment.SANDBOX);
Any headsup will be really helpful!
The text was updated successfully, but these errors were encountered: