<?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 Re: C# CIM Invoice Number not Sent in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-CIM-Invoice-Number-not-Sent/m-p/50341#M25802</link>
    <description>&lt;P&gt;When did you downloaded the SDKS&lt;/P&gt;&lt;P&gt;look like it should be working on the current version&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/CIM/CustomerGateway.cs" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/CIM/CustomerGateway.cs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2015 23:25:26 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-04-17T23:25:26Z</dc:date>
    <item>
      <title>C# CIM Invoice Number not Sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-CIM-Invoice-Number-not-Sent/m-p/50340#M25801</link>
      <description>&lt;P&gt;I&amp;nbsp;am working on a nearly functional CIM system. I am getting succesfull CIM Authorize and Captures, and then succesfully pulling these with transaction details, however, the Invoice/Description/PONumber are not being sent. I believe my issue is similar to this:&amp;nbsp;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/Invoice-Number-from-CIM-and-Order/m-p/11744#M7303" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Invoice-Number-from-CIM-and-Order/m-p/11744#M7303&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, My issue is different as I was using a method from CIM Tests that looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public IGatewayResponse AuthorizeAndCapture( string profileId, string paymentProfileId, string invoiceNumber, decimal amount ) {

      Order order = new Order( profileId, paymentProfileId, "" );
      order.Amount = amount;
      order.InvoiceNumber = invoiceNumber; 
      order.Description = "Invoice for Plan";
      order.PONumber = "SamplePO";

      IGatewayResponse actual = null;

      try {
        actual = target.AuthorizeAndCapture( order );
      }
      catch( Exception e ) {
        string s = e.Message;
      }

      return actual;
    }      
        &lt;/PRE&gt;&lt;P&gt;I don't seem to be able to add a&amp;nbsp;&lt;SPAN&gt;new orderExType() and submit via this same type of target gateway request. Really all I need is to submit one piece of information that I can then later pull, as it is a reference to my database transaction ID, so maybe there is a simple workaround.&amp;nbsp;Any help wuold be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 22:26:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-CIM-Invoice-Number-not-Sent/m-p/50340#M25801</guid>
      <dc:creator>bobbydoogle</dc:creator>
      <dc:date>2015-04-17T22:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: C# CIM Invoice Number not Sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-CIM-Invoice-Number-not-Sent/m-p/50341#M25802</link>
      <description>&lt;P&gt;When did you downloaded the SDKS&lt;/P&gt;&lt;P&gt;look like it should be working on the current version&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/CIM/CustomerGateway.cs" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/CIM/CustomerGateway.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 23:25:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-CIM-Invoice-Number-not-Sent/m-p/50341#M25802</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-04-17T23:25:26Z</dc:date>
    </item>
  </channel>
</rss>

