Greetings everyone. I'm a bit of a noob and I have a question.
I downloaded the SDK for AIM. I'm using the AuthorizeNet.dll file along with the quick start examples.
The final step in the process is to make the transaction
var response = gate.Send(request);
This works perfectly and I can see the response values in the response object, HOWEVER, the request object has some issues that i'm not familiar with.
If I open the "request" object in a quick watch window I see an error on the line "BankAccountType" The error says "functional evaluation was aborted" and every value below this is missing and replaced with a "?".
Once I try to view this object I only have about 4 second before it just ends my application.
As anyone encountered this before or even know what it means?
Thanks in advance!
01-19-2012 01:07 AM
01-19-2012 05:19 AM - edited 01-19-2012 05:21 AM