<?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: E00003 - element 'lineItems' incomplete, expecting unitPrice in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34522#M18966</link>
    <description>&lt;P&gt;Here's the code from AuthorizeNetCIM.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public function createCustomerProfileTransaction($transactionType, $transaction, $extraOptionsString = "")
    {
        $this-&amp;gt;_constructXml("createCustomerProfileTransactionRequest");
        $transactionParent = $this-&amp;gt;_xml-&amp;gt;addChild("transaction");
        $transactionChild = $transactionParent-&amp;gt;addChild("profileTrans" . $transactionType);
        $this-&amp;gt;_addObject($transactionChild, $transaction);
        $this-&amp;gt;_extraOptions = $extraOptionsString;
        return $this-&amp;gt;_sendRequest();
    }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2013 15:54:11 GMT</pubDate>
    <dc:creator>GolevelRyan</dc:creator>
    <dc:date>2013-06-06T15:54:11Z</dc:date>
    <item>
      <title>E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34382#M18851</link>
      <description>&lt;P&gt;I'm caught in a wierd situation where I have a live site that's working perfectly, but my developer environment isn't. The only difference I can tell is that my developer copy's transaction queue is longer and is likely trying to process multiple line items whereas my live site runs monthly and processes only a single payment per month. When I run my payment processor cron, this is the error I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E00003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The element 'lineItems' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'unitPrice' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would post the request XML but I'm not entirely sure how to get to it. I'm using Authnet's CIM PHP library on Codeigniter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2013 21:30:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34382#M18851</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-05-28T21:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34485#M18930</link>
      <description>&lt;DIV id="ColorBandedcontent" style="position: relative; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; clear: both; padding-top: 0px;"&gt;
&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;The error seems to indicate that you simply aren't specifying a unit price for one or more of your line items. The unit price is a required field and needs to be included in each line item. You can set it to 0 if you want, but you can't leave it blank.&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Joy&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Jun 2013 21:03:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34485#M18930</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2013-06-03T21:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34503#M18948</link>
      <description>&lt;P&gt;Hey Joy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of my line items have a unit price. I did a print_r on the transaction object before the transaction and the response object after the transaction. Here's the results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AuthorizeNetTransaction Object
(
    [amount] =&amp;gt; 13077.81
    [tax] =&amp;gt; stdClass Object
        (
            [amount] =&amp;gt; 
            [name] =&amp;gt; 
            [description] =&amp;gt; 
        )

    [shipping] =&amp;gt; stdClass Object
        (
            [amount] =&amp;gt; 
            [name] =&amp;gt; 
            [description] =&amp;gt; 
        )

    [duty] =&amp;gt; stdClass Object
        (
            [amount] =&amp;gt; 
            [name] =&amp;gt; 
            [description] =&amp;gt; 
        )

    [lineItems] =&amp;gt; Array
        (
            [0] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 5.44
                    [taxable] =&amp;gt; 
                )

            [1] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [2] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 12
                    [name] =&amp;gt; Business Account for Ryan's
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 2.37
                    [taxable] =&amp;gt; 
                )

            [3] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [4] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 12
                    [name] =&amp;gt; Business Account for Ryan's
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [5] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [6] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [7] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 12
                    [name] =&amp;gt; Business Account for Ryan's
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 0
                    [taxable] =&amp;gt; 
                )

            [8] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Account for Golevel,
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 20
                    [taxable] =&amp;gt; 
                )

            [9] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 12
                    [name] =&amp;gt; Business Account for Ryan's
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 0
                    [taxable] =&amp;gt; 
                )

            [10] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 13
                    [name] =&amp;gt; Business Event for test
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 12850
                    [taxable] =&amp;gt; 
                )

            [11] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 15
                    [name] =&amp;gt; Business Event for new
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 60
                    [taxable] =&amp;gt; 
                )

            [12] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Category for
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 10
                    [taxable] =&amp;gt; 
                )

            [13] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Category for
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 10
                    [taxable] =&amp;gt; 
                )

            [14] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Category for
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 10
                    [taxable] =&amp;gt; 
                )

            [15] =&amp;gt; AuthorizeNetLineItem Object
                (
                    [itemId] =&amp;gt; 6
                    [name] =&amp;gt; Business Category for
                    [description] =&amp;gt; 
                    [quantity] =&amp;gt; 1
                    [unitPrice] =&amp;gt; 10
                    [taxable] =&amp;gt; 
                )

        )

    [customerProfileId] =&amp;gt; 9510582
    [customerPaymentProfileId] =&amp;gt; 8456479
    [customerShippingAddressId] =&amp;gt; 
    [creditCardNumberMasked] =&amp;gt; 
    [bankRoutingNumberMasked] =&amp;gt; 
    [bankAccountNumberMasked] =&amp;gt; 
    [order] =&amp;gt; stdClass Object
        (
            [invoiceNumber] =&amp;gt; 
            [description] =&amp;gt; 
            [purchaseOrderNumber] =&amp;gt; 
        )

    [taxExempt] =&amp;gt; 
    [recurringBilling] =&amp;gt; 
    [cardCode] =&amp;gt; 
    [splitTenderId] =&amp;gt; 
    [approvalCode] =&amp;gt; 
    [transId] =&amp;gt; 
)

AuthorizeNetCIM_Response Object
(
    [xml] =&amp;gt; SimpleXMLElement Object
        (
            [messages] =&amp;gt; SimpleXMLElement Object
                (
                    [resultCode] =&amp;gt; Error
                    [message] =&amp;gt; SimpleXMLElement Object
                        (
                            [code] =&amp;gt; E00003
                            [text] =&amp;gt; The element 'lineItems' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'unitPrice' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
                        )

                )

        )

    [response] =&amp;gt; ï»¿ErrorE00003The element 'lineItems' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'unitPrice' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
    [xpath_xml] =&amp;gt; SimpleXMLElement Object
        (
            [messages] =&amp;gt; SimpleXMLElement Object
                (
                    [resultCode] =&amp;gt; Error
                    [message] =&amp;gt; SimpleXMLElement Object
                        (
                            [code] =&amp;gt; E00003
                            [text] =&amp;gt; The element 'lineItems' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'unitPrice' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
                        )

                )

        )

)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I can't see anything that would cause an issue. Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 18:28:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34503#M18948</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-05T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34511#M18956</link>
      <description>&lt;P&gt;Since you are using xml, can you get the request xml?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 02:01:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34511#M18956</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-06T02:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34519#M18963</link>
      <description>&lt;P&gt;How do I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I did to get the output that I just provided:&lt;/P&gt;&lt;PRE&gt;echo '&amp;lt;pre&amp;gt;';
print_r($oTransaction);
echo '&amp;lt;/pre&amp;gt;';
$oResponse = $oCIM-&amp;gt;createCustomerProfileTransaction("AuthCapture", $oTransaction);
echo '&amp;lt;pre&amp;gt;';
print_r($oResponse);
echo '&amp;lt;/pre&amp;gt;';&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:01:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34519#M18963</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-06T15:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34520#M18964</link>
      <description>&lt;P&gt;probably somewhere in the createCustomerProfileTransaction()&lt;/P&gt;&lt;P&gt;&amp;nbsp;Are you using the SDKs, might be a bug.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:06:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34520#M18964</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-06T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34521#M18965</link>
      <description>&lt;P&gt;Yes, I am using the SDK. Are there known bugs or are you saying mine might be out of date?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:51:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34521#M18965</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-06T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34522#M18966</link>
      <description>&lt;P&gt;Here's the code from AuthorizeNetCIM.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public function createCustomerProfileTransaction($transactionType, $transaction, $extraOptionsString = "")
    {
        $this-&amp;gt;_constructXml("createCustomerProfileTransactionRequest");
        $transactionParent = $this-&amp;gt;_xml-&amp;gt;addChild("transaction");
        $transactionChild = $transactionParent-&amp;gt;addChild("profileTrans" . $transactionType);
        $this-&amp;gt;_addObject($transactionChild, $transaction);
        $this-&amp;gt;_extraOptions = $extraOptionsString;
        return $this-&amp;gt;_sendRequest();
    }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:54:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34522#M18966</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-06T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34526#M18970</link>
      <description>&lt;P&gt;Are there known bugs or are you saying mine might be out of date?&lt;/P&gt;&lt;P&gt;Look like that latest version is 1.1.8, not sure about it about being a known bugs or not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;might need to output the xml in anet_php_sdk\lib\shared\AuthorizeNetRequest.php _sendRequest()&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 00:35:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34526#M18970</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-07T00:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34574#M19016</link>
      <description>&lt;P&gt;Ok, I was just now able to get to the XML and this does very much look like a bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my code, I'm settings up the line items like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        foreach($aLineItems as $aLineItem)
        {
            $oItem = new AuthorizeNetLineItem;

            $oItem-&amp;gt;itemId = (string) $aLineItem['item_id'];
            $oItem-&amp;gt;name = (string) character_limiter($aLineItem['item_title'], 22, '');
            $oItem-&amp;gt;quantity = (string) $aLineItem['quantity'];
            if ($aLineItem['amount'] &amp;gt; 0)
			{
				$oItem-&amp;gt;unitPrice = (string) round($aLineItem['amount'], 2);
			}
			else
			{
				$oItem-&amp;gt;unitPrice = "0";
			}

            $oTransaction-&amp;gt;lineItems[] = $oItem;
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But in the XML, it looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;lineItems&amp;gt;
            &amp;lt;itemId&amp;gt;6&amp;lt;/itemId&amp;gt;
            &amp;lt;name&amp;gt;Business Account for y&amp;lt;/name&amp;gt;
            &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt;
            &amp;lt;unitPrice&amp;gt;20&amp;lt;/unitPrice&amp;gt;
        &amp;lt;/lineItems&amp;gt;
        &amp;lt;lineItems&amp;gt;
            &amp;lt;itemId&amp;gt;12&amp;lt;/itemId&amp;gt;
            &amp;lt;name&amp;gt;Business Account for x&amp;lt;/name&amp;gt;
            &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt;
        &amp;lt;/lineItems&amp;gt;
        &amp;lt;lineItems&amp;gt;
            &amp;lt;itemId&amp;gt;6&amp;lt;/itemId&amp;gt;
            &amp;lt;name&amp;gt;Business Account for z&amp;lt;/name&amp;gt;
            &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt;
            &amp;lt;unitPrice&amp;gt;20&amp;lt;/unitPrice&amp;gt;
        &amp;lt;/lineItems&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Notice how there's no unitPrice for the second item. You can see from the print_r from my earlier post that I am definiitely setting a unitPrice but it's not being reflected in the XML request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 20:48:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34574#M19016</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-10T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34575#M19017</link>
      <description>&lt;P&gt;unit price of zero. I don't think they like zero. or in your code change it to 0.00&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 20:55:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34575#M19017</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-10T20:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 - element 'lineItems' incomplete, expecting unitPrice</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34580#M19022</link>
      <description>&lt;P&gt;That did the trick. Entering a value of 0, even if a string, gets counted as null, I think. Setting it as "0.00" made the transaction go through perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 21:35:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-element-lineItems-incomplete-expecting-unitPrice/m-p/34580#M19022</guid>
      <dc:creator>GolevelRyan</dc:creator>
      <dc:date>2013-06-10T21:35:20Z</dc:date>
    </item>
  </channel>
</rss>

