<?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: CIM createCustomerPaymentProfile error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/8083#M5588</link>
    <description>&lt;P&gt;The error mentioned here is specific to the PHP SDK. Are you saying that you are receiving something similar using the C# SDK?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2010 22:03:27 GMT</pubDate>
    <dc:creator>Trevor</dc:creator>
    <dc:date>2010-12-01T22:03:27Z</dc:date>
    <item>
      <title>CIM createCustomerPaymentProfile error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/7771#M5445</link>
      <description>&lt;P&gt;I am using your PHP SDK (latest version) with class: AuthorizeNetCIN.&lt;BR /&gt;I am receiving the error when I call function: createCustomerPaymentProfile&amp;nbsp; with activated: validationMode = ‘testMode’.&amp;nbsp; Error:&lt;BR /&gt;Error: Error Message: The element 'createCustomerPaymentProfileRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'validationMode' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'refId, customerProfileId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. E00003&lt;BR /&gt;If I use ‘none’ for validation, the profile will be added successfully. Please take a look at our last request. Or, please tell us how to get generated XML request from your library.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2010 13:51:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/7771#M5445</guid>
      <dc:creator>savinovalex</dc:creator>
      <dc:date>2010-11-20T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/7905#M5508</link>
      <description>&lt;P&gt;Hey savinovalex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a known bug that will be fixed with the next release.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To
work around this issue in the meantime, you can perform the following modifications to the
SDK code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In
lib/AuthorizeNetCIM.php:&lt;BR /&gt;
&lt;BR /&gt;
Remove line 368 from the _constructXml method:&lt;BR /&gt;
($this-&amp;gt;_validationMode != "none" ? $this-&amp;gt;_xml-&amp;gt;addChild('validationMode',$this-&amp;gt;_validationMode)
: "");&lt;BR /&gt;
&lt;BR /&gt;
Add this line at line # 346, the first line of the _setPostString() method:&lt;BR /&gt;
&lt;BR /&gt;
($this-&amp;gt;_validationMode != "none" ?
$this-&amp;gt;_xml-&amp;gt;addChild('validationMode',$this-&amp;gt;_validationMode) :
"");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully that will help. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2010 23:01:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/7905#M5508</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-11-23T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/8007#M5557</link>
      <description>&lt;P&gt;How about a workaround for us ASPX/C# users?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2010 02:13:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/8007#M5557</guid>
      <dc:creator>iunknown21</dc:creator>
      <dc:date>2010-11-30T02:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/8083#M5588</link>
      <description>&lt;P&gt;The error mentioned here is specific to the PHP SDK. Are you saying that you are receiving something similar using the C# SDK?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2010 22:03:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/8083#M5588</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2010-12-01T22:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/35983#M20058</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have same error in ios sdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 13:01:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile-error/m-p/35983#M20058</guid>
      <dc:creator>indies</dc:creator>
      <dc:date>2013-09-30T13:01:22Z</dc:date>
    </item>
  </channel>
</rss>

