var gate = newAuthorizeNet.ReportingGateway("<loginid>", "<key>", AuthorizeNet.ServiceMode.Live);
var details = gate.GetTransactionDetails(<transID>);
Response.Write(details.LineItems.Count.ToString());
The code above returns zero for all transaction ids.
Any idea?
09-19-2011 11:53 AM
It work for me on 1.5.0 c# sample/SDK.
Are you sure your transactions have lineItem detail?
09-19-2011 01:30 PM
shouldn't every transaction have line items?
09-21-2011 01:12 PM
It optional data. It there only if you set it when you create the transaction.
09-21-2011 02:10 PM