<?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: PayPal Express Checkout - Adding Line Items in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-Adding-Line-Items/m-p/53406#M28525</link>
    <description>&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/C-API-add-LineItems-to-transasctionRequest/td-p/53350" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/C-API-add-LineItems-to-transasctionRequest/td-p/53350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It looking for an array of LineItems not just one&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2015 01:47:55 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-12-29T01:47:55Z</dc:date>
    <item>
      <title>PayPal Express Checkout - Adding Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-Adding-Line-Items/m-p/53405#M28524</link>
      <description>&lt;P&gt;This is a question similar to this issue posted on GitHub:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/issues/38" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-csharp/issues/38&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to include lineItems using this model. Any suggestions would be great. Code snip below:&lt;/P&gt;&lt;P&gt;//standard api call to retrieve response&lt;BR /&gt;var paymentType = new paymentType { Item = creditCard };&lt;/P&gt;&lt;PRE&gt;        var orderDetails = new orderType { invoiceNumber = "Inv 01234", description = "Test" };

        var items = new lineItemType { itemId = "TESTER", description = "Dec", name="Name", quantity = 1, taxable = false, taxableSpecified = false, unitPrice = 0.10m };


        var transactionRequest = new transactionRequestType
        {
            transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),    // charge the card
            //amount = 133.45m,
            amount = Amount,
            payment = paymentType,
            order = orderDetails,
            lineItems = items

        };&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2015 01:23:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-Adding-Line-Items/m-p/53405#M28524</guid>
      <dc:creator>rjsnyderdesign</dc:creator>
      <dc:date>2015-12-29T01:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: PayPal Express Checkout - Adding Line Items</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-Adding-Line-Items/m-p/53406#M28525</link>
      <description>&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/C-API-add-LineItems-to-transasctionRequest/td-p/53350" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/C-API-add-LineItems-to-transasctionRequest/td-p/53350&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It looking for an array of LineItems not just one&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2015 01:47:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/PayPal-Express-Checkout-Adding-Line-Items/m-p/53406#M28525</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-12-29T01:47:55Z</dc:date>
    </item>
  </channel>
</rss>

