<?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: Code error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Code-error/m-p/22363#M12109</link>
    <description>&lt;P&gt;Hi levoswased,&lt;BR /&gt;&lt;BR /&gt;I just checked the current SDK and I am not seeing the code you highlighted. It is possible that you are looking at an old version of the SDK before the eCheck transaction support was completed. I would suggest that you make sure you have the most up to date version of the SDK.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joy&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2012 21:43:14 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2012-01-30T21:43:14Z</dc:date>
    <item>
      <title>Code error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Code-error/m-p/22261#M12063</link>
      <description>&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Project : AuthorizeNet&amp;nbsp;&lt;/P&gt;&lt;P&gt;File: /AIM/GatewayRequest.cs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have highlighted in red what I think is incorrect in the GatewayRequest.cs file starting at line 342.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        /// &amp;lt;summary&amp;gt;
        /// Gets or sets the type of the bank account.
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;value&amp;gt;The type of the bank account.&amp;lt;/value&amp;gt;
        public BankAccountType BankAccountType {
            get { return (BankAccountType)Enum.Parse(BankAccountType.GetType(), Get(ApiFields.BankAcctType)); }
            set { Queue(ApiFields.&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Address&lt;/FONT&gt;&lt;/STRONG&gt;, value.ToString().ToUpper()); }
        }
        /// &amp;lt;summary&amp;gt;
        /// Gets or sets the name of the bank.
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;value&amp;gt;The name of the bank.&amp;lt;/value&amp;gt;
        public string BankName {
            get { return Get(ApiFields.BankName); }
            set { Queue(ApiFields.BankName, value); }
        }
        /// &amp;lt;summary&amp;gt;
        /// Gets or sets the name of the bank account.
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;value&amp;gt;The name of the bank account.&amp;lt;/value&amp;gt;
        public string BankAccountName {
            get { return Get(ApiFields.BankAcctName); }
            set { Queue(ApiFields.BankAcctName, value); }
        }
        /// &amp;lt;summary&amp;gt;
        /// Gets or sets the type of the echeck.
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;value&amp;gt;The type of the echeck.&amp;lt;/value&amp;gt;
        public EcheckType EcheckType {
            get { return (EcheckType)Enum.Parse(EcheckType.GetType(),Get(ApiFields.EcheckType)); }
            set { Queue(ApiFields.&lt;/PRE&gt;&lt;FONT color="#FF0000"&gt;Address&lt;/FONT&gt;&lt;PRE&gt;, value.ToString()); }
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Jan 2012 12:56:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Code-error/m-p/22261#M12063</guid>
      <dc:creator>levoswased</dc:creator>
      <dc:date>2012-01-27T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Code error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Code-error/m-p/22363#M12109</link>
      <description>&lt;P&gt;Hi levoswased,&lt;BR /&gt;&lt;BR /&gt;I just checked the current SDK and I am not seeing the code you highlighted. It is possible that you are looking at an old version of the SDK before the eCheck transaction support was completed. I would suggest that you make sure you have the most up to date version of the SDK.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Joy&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:43:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Code-error/m-p/22363#M12109</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2012-01-30T21:43:14Z</dc:date>
    </item>
  </channel>
</rss>

