<?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: Correction Stack Overflow ValidatePayment Profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/23151#M12480</link>
    <description>&lt;P&gt;I just downloaded the most recent version of the SDK (1.6) and was shocked to find that this bug was still not resolved. &amp;nbsp;This post was almost 8 months ago. &amp;nbsp;This is programming 101 kinda stuff. &amp;nbsp;I think Michelle is just giving us all lip service when she says our feedback is being used to fix things. &amp;nbsp;Shoot, I'm probably wasting my time even writing this...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2012 02:00:47 GMT</pubDate>
    <dc:creator>Location3</dc:creator>
    <dc:date>2012-02-17T02:00:47Z</dc:date>
    <item>
      <title>Correction Stack Overflow ValidatePayment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/14028#M8305</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the last C# SDK version 1.5, when we are trying to validate a payment profile without shipping address, sending Profile ID, Payment Profile ID and mode, a Stack overflo exception has beeen obtained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thats happen cause in the authorize.net sdk have the following problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;public&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;ValidateProfile&lt;/SPAN&gt;(&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;profileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;paymentProfileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;ServiceMode&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;mode&lt;/SPAN&gt;)&amp;nbsp;{﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;ValidateProfile&lt;/SPAN&gt;(&lt;SPAN&gt;profileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;paymentProfileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Empty&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;mode&lt;/SPAN&gt;);﻿&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you see this method is calling to itself. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Easy fix:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿&lt;SPAN&gt;public&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;ValidateProfile&lt;/SPAN&gt;(&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;profileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;paymentProfileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;ServiceMode&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;mode&lt;/SPAN&gt;)&amp;nbsp;{﻿﻿&lt;/P&gt;&lt;P&gt;﻿&lt;SPAN&gt;return&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;ValidateProfile&lt;/SPAN&gt;(&lt;SPAN&gt;profileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;paymentProfileID&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;string&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Empty&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;mode&lt;/SPAN&gt;);﻿﻿&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:06:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/14028#M8305</guid>
      <dc:creator>Edisonsan8</dc:creator>
      <dc:date>2011-06-28T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Correction Stack Overflow ValidatePayment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/18054#M10045</link>
      <description>&lt;P&gt;We just encountered this same problem!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, the ServiceMode parameter shouldn't even be part of the method signature. &amp;nbsp;Not only is it not being used, but the ServiceMode is already passed into the CustomerGateway constructor. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't believe how poor the quality of this SDK is. &amp;nbsp;Unbelievable!!﻿&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:14:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/18054#M10045</guid>
      <dc:creator>Location3</dc:creator>
      <dc:date>2011-10-18T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Correction Stack Overflow ValidatePayment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/18166#M10099</link>
      <description>&lt;P&gt;+1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel your pain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure when the last version of the sdk is uploaded but the first post is 5 months old...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will have to advice our clients not to use authorize.net untill a better version of the SDK is released.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seriously guys - hire a QA!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2011 15:39:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/18166#M10099</guid>
      <dc:creator>penko</dc:creator>
      <dc:date>2011-10-21T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Correction Stack Overflow ValidatePayment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/23151#M12480</link>
      <description>&lt;P&gt;I just downloaded the most recent version of the SDK (1.6) and was shocked to find that this bug was still not resolved. &amp;nbsp;This post was almost 8 months ago. &amp;nbsp;This is programming 101 kinda stuff. &amp;nbsp;I think Michelle is just giving us all lip service when she says our feedback is being used to fix things. &amp;nbsp;Shoot, I'm probably wasting my time even writing this...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 02:00:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/23151#M12480</guid>
      <dc:creator>Location3</dc:creator>
      <dc:date>2012-02-17T02:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Correction Stack Overflow ValidatePayment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/23749#M12770</link>
      <description>&lt;P&gt;Version 1.7 is now available and should resolve the issues with the shipping address requirement for ValidateProfile.&amp;nbsp; Additionally, "ServiceMode" in the method signature has been corrected to "ValidationMode".&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:31:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Correction-Stack-Overflow-ValidatePayment-Profile/m-p/23749#M12770</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-02-28T20:31:05Z</dc:date>
    </item>
  </channel>
</rss>

