03-28-2011 04:12 PM
I am having the same problem and have been pulling my hair out. I can't get any of the dates being passed in to work.
I get a null reference exception if I pass in dates even though I have transactions that fall within the timeframe.
This problem and not being able to get back the Customer ID when I do get data back has been frustrating.
I hope someone has an answer.
03-29-2011 06:35 PM
Hey there,
After looking into this, there's definitely a bug in the SDK. We've got a release going out within the next week or so that will resolve this. Once it's live, we'll announce it in the News and Announcements board.
Thanks,
Michelle
Developer Community Manager
04-06-2011 01:44 PM
Thanks Michelle,
I appreciate you looking into this.
Thank you very much.
Thanks,
John
04-10-2011 05:28 PM
Can you tell me if this issue has been resolved. Also is there a known issue capturing the Credir Card Type AMEX, VISA, Mastercard...
Thanks,
Andy Lytwyn
04-19-2011 04:14 PM
Hi Andy,
We have not yet released the updates to the C# SDK, but when we do, we will post an announcement in the News and Announcements section. I have also not heard anything about not being able to capture specific card types. Do you have an example of such a bug?
Thanks,
Michelle
Developer Community Manager
04-27-2011 01:06 PM
I need to get the Batch/Transactions details using these methods. Need to know if the issue is fixed. I can see that
public static List<Batch> NewFromResponse(getSettledBatchListResponse batches){
var result = new List<Batch>();
for (int i = 0; i < batches.batchList.Length; i++) { // throws the null exceptio.
If not, any plans to get a fix for this?
05-02-2011 01:25 PM
Any update on when the new C# dll will be released? I am running into the same object reference not set to an instance of an object null reference exceptions when calling gate.GetTransactionList() or gate.GetSettledBatchList()
05-24-2011 01:31 PM
Hi there,
The last release of the updates to the C# SDK got delayed, but we are working on getting those out hopefully within the next week or so. Once the SDK has been updated with the bug fixes, we will post an announcement in the News and Announcements board. So keep your eye out for that soon.
Thanks,
Michelle
Developer Community Manager
05-26-2011 01:05 PM
Just to follow up, the C# SDK bug fixes were released last week. Check out the thread here for a list of what was fixed.
Thanks,
Michelle
Developer Community Manager
06-20-2011 01:11 PM