<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic gate.GetTransactionDetails doesn't return  description in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14206#M8386</link>
    <description>&lt;P&gt;Using anet_dotnet_sdk-1.5.0﻿ in C# VS 2008 Pro, all sources loaded into solution&lt;/P&gt;&lt;P&gt;using the Transaction Details API&amp;nbsp;﻿&lt;/P&gt;&lt;P&gt;Modified the QuickStart SampleReporting﻿ application&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN style="white-space: pre;"&gt;var gate = new ReportingGateway("myid", "mykey", ServiceMode.Live);﻿&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;DateTime to = DateTime.Today;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;DateTime from = DateTime.Today.AddDays(-7);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;var transactions = gate.GetTransactionList(from, to);﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;foreach (var trans in transactions) {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;var detail = gate.GetTransactionDetails(trans.TransactionID);﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;etc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;Which does return most of the transaction details. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;For example,&amp;nbsp;trans id, amount, submit/settle dates, names, address, etc.&amp;nbsp;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;So far I've not yet found any property with a description of what was bought. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;For us, this is kind of huge.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;So I have one for US$60, settled authcapture, no line items, no description&amp;nbsp;&lt;BR /&gt;What I;m wondering is, is the data in the XML response and has been overlooked by the sdk code, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;or is the description data not being returned at all?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2011 20:04:46 GMT</pubDate>
    <dc:creator>krc</dc:creator>
    <dc:date>2011-07-06T20:04:46Z</dc:date>
    <item>
      <title>gate.GetTransactionDetails doesn't return  description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14206#M8386</link>
      <description>&lt;P&gt;Using anet_dotnet_sdk-1.5.0﻿ in C# VS 2008 Pro, all sources loaded into solution&lt;/P&gt;&lt;P&gt;using the Transaction Details API&amp;nbsp;﻿&lt;/P&gt;&lt;P&gt;Modified the QuickStart SampleReporting﻿ application&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN style="white-space: pre;"&gt;var gate = new ReportingGateway("myid", "mykey", ServiceMode.Live);﻿&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;DateTime to = DateTime.Today;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;DateTime from = DateTime.Today.AddDays(-7);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;var transactions = gate.GetTransactionList(from, to);﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;foreach (var trans in transactions) {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;var detail = gate.GetTransactionDetails(trans.TransactionID);﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;etc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;Which does return most of the transaction details. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;For example,&amp;nbsp;trans id, amount, submit/settle dates, names, address, etc.&amp;nbsp;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;So far I've not yet found any property with a description of what was bought. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;For us, this is kind of huge.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;So I have one for US$60, settled authcapture, no line items, no description&amp;nbsp;&lt;BR /&gt;What I;m wondering is, is the data in the XML response and has been overlooked by the sdk code, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; color: #000000; line-height: normal;"&gt;or is the description data not being returned at all?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 20:04:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14206#M8386</guid>
      <dc:creator>krc</dc:creator>
      <dc:date>2011-07-06T20:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: gate.GetTransactionDetails doesn't return  description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14330#M8437</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like this is the same bug you reported &lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Serious-confirmed-bug-in-dotnet-sdk-code-replicates-bug/td-p/14240" target="_self"&gt;here&lt;/A&gt;. I've passed in on to our development team so they can check it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 23:13:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14330#M8437</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-07-08T23:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: gate.GetTransactionDetails doesn't return  description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14334#M8439</link>
      <description>&lt;P&gt;LineItems also AWOL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually quite a few items are missing in the 1.5 SDK compared to the raw XML response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2011 00:39:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/14334#M8439</guid>
      <dc:creator>krc</dc:creator>
      <dc:date>2011-07-09T00:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: gate.GetTransactionDetails doesn't return  description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/16200#M9160</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I apologize for the delay in getting back to you. There is a test specifically for this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Test]&lt;BR /&gt; public void Reporting_Gateway_Should_Transaction_LineItems() { var gate = new ReportingGateway("9Pa9qXE6m", "9eMxA663T9Y6xuyv"); var response = gate.GetSettledBatchList(); var first = response.First(); var list = gate.GetTransactionList(first.ID); var transID = list.First().TransactionID; var details = gate.GetTransactionDetails(transID); details.LineItems.Count.ShouldBeGreaterThan(0); }﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still not seeing the items, let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 19:38:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/gate-GetTransactionDetails-doesn-t-return-description/m-p/16200#M9160</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-08-16T19:38:54Z</dc:date>
    </item>
  </channel>
</rss>

