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 ESP methods throw exceptions. These should be replaced with WP_Error() as it's the expected error handling already used for other providers.
WP_Error()
The text was updated successfully, but these errors were encountered:
Maybe related to that, if you save CC as the provider without credentials, the site throws errors and the settings page becomes unusable
Sorry, something went wrong.
Also, we could have only one instance of the SDK in the main provider class instead of creating an instance in every method
miguelpeixe
No branches or pull requests
The ESP methods throw exceptions. These should be replaced with
WP_Error()
as it's the expected error handling already used for other providers.The text was updated successfully, but these errors were encountered: