hey when i try to use the CreditRequest from the SDK i get an error.
BankAccountType = Function evaluation was aborted.
I am trying to do a simple credit based on the transaction id, the amount, and the last four of the credit card.
here is my code
var temp = new AuthorizeNet.CreditRequest("2161328379", decimal.Parse("9.99"), "0027");
02-14-2012 01:57 AM
It probably the same problem as
02-14-2012 04:28 AM - edited 02-14-2012 04:28 AM