<?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: Cybersource undefined function cybs_load_config() in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/84339#M440</link>
    <description>&lt;P class=""&gt;Does anyone have any comparison with the Cybersource legacy version we currently are using and the newer Cybersource SuiteApp version of the gateway. Should we stay legacy? Why should we consider changing to Cybersource SuiteApp gateway?&lt;/P&gt;&lt;P class=""&gt;We have been using Cybersource (Legacy) for years both on Netsuite backend and SCS website. We do not operate POS. Netsuite ecommerce SCS site and Netsuite back end only.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 06:32:15 GMT</pubDate>
    <dc:creator>JernalinSadhoo</dc:creator>
    <dc:date>2022-09-30T06:32:15Z</dc:date>
    <item>
      <title>Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83189#M177</link>
      <description>&lt;P&gt;I went through documentation of cybersource api to set it up with PHP on linux.&lt;/P&gt;&lt;P&gt;I followed all instructions and added required file to extensions directory and added it in php.ini and rebooted httpd.&lt;/P&gt;&lt;P&gt;Now when i call php file it gives :&lt;/P&gt;&lt;PRE&gt;PHP Fatal error:  Call to undefined &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;function&lt;/SPAN&gt; &lt;SPAN class=""&gt;cybs_load_config&lt;/SPAN&gt;()&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Any ideas on how to resolve this?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 05:46:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83189#M177</guid>
      <dc:creator>DeepMohinman</dc:creator>
      <dc:date>2022-06-21T05:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83209#M182</link>
      <description>&lt;P&gt;Forgot to set LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;This is how to set it:&lt;/P&gt;
&lt;P data-unlink="true"&gt;export LD_LIBRARY_PATH=/path/simapin.nn/libfolder:$LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 14:40:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83209#M182</guid>
      <dc:creator>nax_ezy</dc:creator>
      <dc:date>2022-06-22T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83245#M184</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Now while i name personal home page document it gives : PHP Fatal error: Call to undefined feature cybs_load_config(). Any thoughts on the way to clear up this?Was my fault. Forgot to set LD_LIBRARY_PATH. This is the way to set it: export LD_LIBRARY_PATH=/path/simapin.nn/lib folder:$LD_LIBRARY_PATH.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 17:31:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83245#M184</guid>
      <dc:creator>bme</dc:creator>
      <dc:date>2022-06-26T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83250#M185</link>
      <description>&lt;P&gt;This is how to set it:&lt;/P&gt;&lt;PRE&gt;export LD_LIBRARY_PATH=/path/simapin.nn/libfolder:&lt;SPAN class=""&gt;$LD_LIBRARY_PATH&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;Resolved it the next day just realized today to post here. Hope this might be of help to someone.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 05:41:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83250#M185</guid>
      <dc:creator>JernalinSadhoo</dc:creator>
      <dc:date>2022-06-27T05:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83264#M188</link>
      <description>&lt;P&gt;Use of this SDK and the CyberSource APIs requires having an account on our system. You can find details of getting a test account and creating your keys here&lt;/P&gt;
&lt;P&gt;Once you have your keys, simply load them into the appropriate variables in your code, as per the below sample code dealing with the authentication part of the API request.&lt;/P&gt;
&lt;P&gt;Remember this SDK is for use in server-side PHP applications that access the CyberSource REST API and credentials should always be securely stored and accessed appropriately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:38:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83264#M188</guid>
      <dc:creator>Obrien45050</dc:creator>
      <dc:date>2022-06-28T14:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83713#M272</link>
      <description>&lt;P&gt;Forgot to set LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;This is how to set it:&lt;/P&gt;&lt;PRE&gt;export LD_LIBRARY_PATH=/path/simapin.nn/libfolder:&lt;SPAN class=""&gt;$LD_LIBRARY_PATH&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;Resolved it the next day just realized today to post here. Hope this might be of help to someone.&lt;/P&gt;&lt;P&gt;&lt;A href="https://programmierfrage.com/items/cybersource-undefined-function-cybs-load-config" target="_blank" rel="noopener"&gt;https://programmierfrage.com/items/cybersource-undefined-function-cybs-load-config&lt;/A&gt;&amp;nbsp;&lt;A href="https://omegle.ws" target="_blank" rel="noopener"&gt;/ome&lt;/A&gt;&lt;A href="https://omegle.club" target="_blank" rel="noopener"&gt;gle&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 05:47:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/83713#M272</guid>
      <dc:creator>DeepMohinman</dc:creator>
      <dc:date>2022-08-10T05:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cybersource undefined function cybs_load_config()</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/84339#M440</link>
      <description>&lt;P class=""&gt;Does anyone have any comparison with the Cybersource legacy version we currently are using and the newer Cybersource SuiteApp version of the gateway. Should we stay legacy? Why should we consider changing to Cybersource SuiteApp gateway?&lt;/P&gt;&lt;P class=""&gt;We have been using Cybersource (Legacy) for years both on Netsuite backend and SCS website. We do not operate POS. Netsuite ecommerce SCS site and Netsuite back end only.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 06:32:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Cybersource-undefined-function-cybs-load-config/m-p/84339#M440</guid>
      <dc:creator>JernalinSadhoo</dc:creator>
      <dc:date>2022-09-30T06:32:15Z</dc:date>
    </item>
  </channel>
</rss>

