<?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 CIM Order Description in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20949#M11441</link>
    <description>&lt;P&gt;My client's CIM gateway configuration raises an error (code: E00027 text: Description is required). if I don't supply an "order_description".&amp;nbsp; The invoice number is easy to come up with but description is a challenge because an order can contain multiple line items. There's a lot of overhead in looking up multiple SKUs. At the same time, it seems silly to use a generic description for all of my orders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is the requirement for an order_description set in the gateway configuration? I don't get this error in my CIM sandbox, only on my client's production CIM gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the point of requiring a description? It seems like a useful thing for subscriptions but not for a one-time order with multiple items.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance and happy new year one and all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2012 01:36:42 GMT</pubDate>
    <dc:creator>wiselemming</dc:creator>
    <dc:date>2012-01-02T01:36:42Z</dc:date>
    <item>
      <title>CIM Order Description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20949#M11441</link>
      <description>&lt;P&gt;My client's CIM gateway configuration raises an error (code: E00027 text: Description is required). if I don't supply an "order_description".&amp;nbsp; The invoice number is easy to come up with but description is a challenge because an order can contain multiple line items. There's a lot of overhead in looking up multiple SKUs. At the same time, it seems silly to use a generic description for all of my orders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Two questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is the requirement for an order_description set in the gateway configuration? I don't get this error in my CIM sandbox, only on my client's production CIM gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the point of requiring a description? It seems like a useful thing for subscriptions but not for a one-time order with multiple items.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance and happy new year one and all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 01:36:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20949#M11441</guid>
      <dc:creator>wiselemming</dc:creator>
      <dc:date>2012-01-02T01:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order Description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20951#M11442</link>
      <description>&lt;P&gt;I think they shared setting between API, the only order description I know of is login to the account.&lt;/P&gt;&lt;P&gt;Setting - Payment Form - Form Fields - Order Description .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 02:30:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20951#M11442</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-02T02:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order Description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20953#M11443</link>
      <description>&lt;P&gt;The control panel includes this text:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Any fields that are checked as "Required" below, will require a value for that field to be entered before the transaction can be processed, regardless of whether you use Advanced Integration Method (AIM) or Server Integration Method (SIM) for connecting to the payment gateway.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is interesting, since AIM is called internally, therefore by context one would think that -maybe- this means a "required" setting is applied across all API's, rather than just a subset (SIM, DPM). But the only way to find out if it works here is to uncheck and see what happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incidently, why would there be a lot of overhead looking up multiple SKU's? You could just index them and use a query with IF field_name IN ('value1', 'value2', 'value2', ...) (I'm assuming MySQL, but any other database should have an equivalent format...) The query should be virtually instantaneous. The issue here should not be query run time, but whether you want to tag the order with individual line items or just an overall summary.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 17:17:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20953#M11443</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-02T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order Description</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20955#M11444</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/5322"&gt;@TJPride&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Incidently, why would there be a lot of overhead looking up multiple SKU's? ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's an issue for me with active merchant and Spree using Rails. At the point where the authorize method is called, all that's in scope is the order id, and it's redundant to use it to go back and iterate through the saved line items for the sake of an order description.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's really interesting about the gateway form determining required fields for the CIM API. That's the only explanation that explains why I see no problems in my sandbox transactions. I think I would have stayed puzzled for a long time without your help so thanks&amp;nbsp;RaynorC1emen7 and&amp;nbsp;TJPride.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 17:55:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-Description/m-p/20955#M11444</guid>
      <dc:creator>wiselemming</dc:creator>
      <dc:date>2012-01-02T17:55:45Z</dc:date>
    </item>
  </channel>
</rss>

