-
Notifications
You must be signed in to change notification settings - Fork 38
[AuthNet issueSSLPost:withURL:withSoap:] errors #93
Copy link
Copy link
Open
Description
Hi,
I'm getting this error when trying to log-in
[__NSCFNumber isEqualToString:]: unrecognized selector sent to instance
This is what I'm seeing from the stack trace:
[AuthNet issueSSLPost:withURL:withSoap:] + 372 -[AuthNet makeRequest:] + 224
using just standard login:
NSString *uuid = [[[[UIDevice currentDevice] identifierForVendor] UUIDString] stringByReplacingOccurrencesOfString:@"-" withString:@"_"];
MobileDeviceLoginRequest *mobileDeviceLoginRequest =
[MobileDeviceLoginRequest mobileDeviceLoginRequest];
mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.name = @"username";
mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.password = @"password";
mobileDeviceLoginRequest.anetApiRequest.merchantAuthentication.mobileDeviceId = uuid;
AuthNet *an = [AuthNet getInstance];
[an setDelegate:self];
[an mobileDeviceLoginRequest: mobileDeviceLoginRequest];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels