<?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: Response returning empty in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58451#M33103</link>
    <description>&lt;P&gt;Try running the code directly in the console, with a valid SubscriptionID, &amp;nbsp;&lt;SPAN&gt;print_r($response); should return a&amp;nbsp;value.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2017 11:00:54 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-06-14T11:00:54Z</dc:date>
    <item>
      <title>Response returning empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58069#M32741</link>
      <description>&lt;P&gt;I am checking from my local server&lt;BR /&gt;Previously it is working fine suddenly it stooped working, can i know where i am going wrong&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;require_once 'AuthorizeNet.php';&lt;BR /&gt;define("AUTHORIZENET_API_LOGIN_ID", "xxxxxx");&lt;BR /&gt;define("AUTHORIZENET_TRANSACTION_KEY", "xxxxxxxx");&lt;BR /&gt;define("AUTHORIZENET_SANDBOX", true);&lt;BR /&gt;$request = new AuthorizeNetARB;&lt;BR /&gt;$response = $request-&amp;gt;cancelSubscription($subscriptionId);&lt;BR /&gt;print_r($response);&lt;BR /&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;O/p : AuthorizeNetARB_Response Object ( [xml] =&amp;gt; [response] =&amp;gt; )&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 04:22:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58069#M32741</guid>
      <dc:creator>venkatarao</dc:creator>
      <dc:date>2017-05-13T04:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Response returning empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58071#M32743</link>
      <description>&lt;P&gt;Your server configuration should have a trusted SSL authorities list.&lt;/P&gt;&lt;P&gt;If you don't have the ability to modify server configurations, you can download CA bundle from Mozilla at: &lt;A href="http://curl.haxx.se/ca/cacert.pem" target="_self"&gt;http://curl.haxx.se/ca/cacert.pem&lt;/A&gt; and save it to ./anet_php_sdk/&lt;SPAN&gt;lib/ssl/cert.pem.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prior to saving your certificate file, you can verify it's a certificate issue by changing&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public $VERIFY_PEER = true;&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;public $VERIFY_PEER = false;&lt;/PRE&gt;&lt;P&gt;in /lib/shared/AuthorizeNetRequest.php. &amp;nbsp;But you should change it back for production use.&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 19:49:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58071#M32743</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-13T19:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Response returning empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58449#M33101</link>
      <description>&lt;PRE&gt;public $VERIFY_PEER = false;&lt;/PRE&gt;&lt;P&gt;I have done that change but still it is displaying empty response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there is anything i need to change...??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 09:01:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58449#M33101</guid>
      <dc:creator>venkatarao</dc:creator>
      <dc:date>2017-06-14T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Response returning empty</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58451#M33103</link>
      <description>&lt;P&gt;Try running the code directly in the console, with a valid SubscriptionID, &amp;nbsp;&lt;SPAN&gt;print_r($response); should return a&amp;nbsp;value.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 11:00:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Response-returning-empty/m-p/58451#M33103</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-06-14T11:00:54Z</dc:date>
    </item>
  </channel>
</rss>

