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
The second constructor for ApiClient should call the default constructor. If you use the second constructor:
public ApiClient(MerchantConfig merchantConfig) { this.merchantConfig = merchantConfig; }
you then error out because things like httpClient and json aren't being initialized (NullPointerExceptions).
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for bringing this to our attention.
This issue has been addressed in the latest version of the SDK. Kindly fetch the SDK from Maven (v0.0.12) and check again.
Sorry, something went wrong.
No branches or pull requests
The second constructor for ApiClient should call the default constructor. If you use the second constructor:
you then error out because things like httpClient and json aren't being initialized (NullPointerExceptions).
The text was updated successfully, but these errors were encountered: