<?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 I don't see &amp;quot;Contact Us&amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/16012#M9069</link>
    <description>&lt;P&gt;That's the button I've been looking for all week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never seen a company with an SDK or API make it so difficult to get support.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2011 22:11:17 GMT</pubDate>
    <dc:creator>YYY_GUY</dc:creator>
    <dc:date>2011-08-11T22:11:17Z</dc:date>
    <item>
      <title>Simple Update Customer Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/15956#M9041</link>
      <description>&lt;P&gt;How can something as basic as this fail?:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;var gate = new CustomerGateway(Login, TransactionKey, ServiceMode.Test);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;var authorizeCustomer = gate.&lt;FONT color="#993300"&gt;&lt;STRONG&gt;CreateCustomer&lt;/STRONG&gt;&lt;/FONT&gt;(order.Email, order.MemberName);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;gate.&lt;FONT color="#993300"&gt;&lt;STRONG&gt;UpdateCustomer&lt;/STRONG&gt;&lt;/FONT&gt;(authorizeCustomer);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When it executes this code in the SDK for the UpdateCustomer, I get a Null Reference Exception (NRE)&amp;nbsp;because &lt;STRONG&gt;profile&lt;/STRONG&gt; is null:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;public bool UpdateCustomer(Customer customer) {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;var req = new updateCustomerProfileRequest();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;req.&lt;FONT color="#993300"&gt;&lt;STRONG&gt;profile&lt;/STRONG&gt;&lt;/FONT&gt;.customerProfileId = customer.ProfileID;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should be able to Update a Customer that was just created. I should be able to Update a Customer at any time without the SDK crashing for an NRE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somebody help me please...this is so frustrating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a related note: How do you open a Support Ticket for this product?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 02:08:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/15956#M9041</guid>
      <dc:creator>YYY_GUY</dc:creator>
      <dc:date>2011-08-11T02:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Update Customer Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/15964#M9045</link>
      <description>&lt;P&gt;You can submit support tickets by logging into your account and clicking Contact Us at the top.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 05:15:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/15964#M9045</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-11T05:15:07Z</dc:date>
    </item>
    <item>
      <title>I don't see "Contact Us"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/16012#M9069</link>
      <description>&lt;P&gt;That's the button I've been looking for all week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never seen a company with an SDK or API make it so difficult to get support.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 22:11:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/16012#M9069</guid>
      <dc:creator>YYY_GUY</dc:creator>
      <dc:date>2011-08-11T22:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: I don't see "Contact Us"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/16026#M9076</link>
      <description>&lt;P&gt;I know. Support was less than helpful for me as well on several occasions. And my posts in the Integration area were often ignored (which is why I'm putting in a few weeks helping others out now). On the plus side, at least the control panel is fairly straightforward, and the API seems to work fine if you can finally figure out how to implement it properly.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2011 02:44:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Simple-Update-Customer-Fails/m-p/16026#M9076</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-12T02:44:52Z</dc:date>
    </item>
  </channel>
</rss>

