Skip to content

[AuthNet issueSSLPost:withURL:withSoap:] errors #93

@ordinaryman09

Description

@ordinaryman09

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];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions