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 Authorize.NET definition of Error conflicts with the Error protocol defined In Foundation.
Error
Foundation Error (Found in Swift->Misc):
public protocol Error { }
// AuthNetSDK->Error.h @interface Error : NSObject { NSString *errorCode; NSString *errorText; }
This has appeared in the past and it seems not enough care has been taken to avoid the naming collisions, see #24
This is a critical conflict since it conflicts with a Foundation protocol.
Using SDK v4.2, Targeting iOS 12, using Swift 5.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Authorize.NET definition of
Error
conflicts with the Error protocol defined In Foundation.Foundation Error (Found in Swift->Misc):
This has appeared in the past and it seems not enough care has been taken to avoid the naming collisions, see #24
This is a critical conflict since it conflicts with a Foundation protocol.
Using SDK v4.2, Targeting iOS 12, using Swift 5.
The text was updated successfully, but these errors were encountered: