<?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 - no save/continue button? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/31518#M16424</link>
    <description>&lt;P&gt;I learned from contacting integration@authorize.net that for some reason the iframe was too short and the buttons were being hidden. This seems like a bug in authnet, because I'm just using the module plain vanilla as documented. I'm surprised a lot more people aren't running into this. Anyway, I had to dynamically increase the height of the iframe during body onload, and that gave me the height I needed to see the buttons.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2012 14:38:53 GMT</pubDate>
    <dc:creator>ZeroGravPro</dc:creator>
    <dc:date>2012-11-15T14:38:53Z</dc:date>
    <item>
      <title>CIM - no save/continue button?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/31470#M16403</link>
      <description>&lt;P&gt;I have implemented hosted CIM a few times in the past and there have always been Save and Cancel buttons at the bottom of the Add a New Payment Method form. But this time, no buttons. No way to save or continue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the xml I am sending:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;getHostedProfilePageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;******&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;******&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;customerProfileId&amp;gt;10****91&amp;lt;/customerProfileId&amp;gt; &amp;lt;hostedProfileSettings&amp;gt; &amp;lt;setting&amp;gt; &amp;lt;settingName&amp;gt;hostedProfileReturnUrl&amp;lt;/settingName&amp;gt; &amp;lt;settingValue&amp;gt;http://localhost/ProgrammingProjects/Sapphire/web/cw4/cwapp/mod/ThankYou.html?ProfileID=10***91&amp;lt;/settingValue&amp;gt; &amp;lt;/setting&amp;gt; &amp;lt;setting&amp;gt; &amp;lt;settingName&amp;gt;hostedProfileReturnUrlText&amp;lt;/settingName&amp;gt; &amp;lt;settingValue&amp;gt;Continue...&amp;lt;/settingValue&amp;gt; &amp;lt;/setting&amp;gt; &amp;lt;setting&amp;gt; &amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt; &amp;lt;settingValue&amp;gt;true&amp;lt;/settingValue&amp;gt; &amp;lt;/setting&amp;gt; &amp;lt;/hostedProfileSettings&amp;gt; &amp;lt;/getHostedProfilePageRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why am I not seeing the Save or Cancel buttons? What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 22:36:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/31470#M16403</guid>
      <dc:creator>ZeroGravPro</dc:creator>
      <dc:date>2013-10-12T22:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - no save/continue button?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/31518#M16424</link>
      <description>&lt;P&gt;I learned from contacting integration@authorize.net that for some reason the iframe was too short and the buttons were being hidden. This seems like a bug in authnet, because I'm just using the module plain vanilla as documented. I'm surprised a lot more people aren't running into this. Anyway, I had to dynamically increase the height of the iframe during body onload, and that gave me the height I needed to see the buttons.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 14:38:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/31518#M16424</guid>
      <dc:creator>ZeroGravPro</dc:creator>
      <dc:date>2012-11-15T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - no save/continue button?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/36209#M20157</link>
      <description>&lt;P&gt;Ran into the same issue. I agree it is amazing there aren't more reports. Are we the only ones using hosted CIM?...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another workaround is enable scrolling on the popup. Not ideal though since you should be able to see the button without scrolling and some might not realize they can scroll&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 19:43:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/36209#M20157</guid>
      <dc:creator>issueafterissue</dc:creator>
      <dc:date>2013-10-12T19:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - no save/continue button?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/36213#M20159</link>
      <description>&lt;P&gt;For anyone else that has this problem, I ended up changeing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;iframe name="iframeAuthorizeNet" id="iframeAuthorizeNet" src="contentx/empty.html" frameborder="0" scrolling="no"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;iframe name="iframeAuthorizeNet" id="iframeAuthorizeNet" src="contentx/empty.html" frameborder="0" scrolling="yes"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and manually changing heights in popup.js&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 22:01:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-no-save-continue-button/m-p/36213#M20159</guid>
      <dc:creator>issueafterissue</dc:creator>
      <dc:date>2013-10-12T22:01:53Z</dc:date>
    </item>
  </channel>
</rss>

