<?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 Aim doesn't work in production mode. (ruby) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Aim-doesn-t-work-in-production-mode-ruby/m-p/28390#M14961</link>
    <description>&lt;P&gt;Everything works fine in development mode! Fake transactions were successful, and I got receipts from Authorize.Net. But when I used the real login id and transaction key in production, it didn't work. I called Authorize.Net, they said the transaction never hit their system and said I need to post to their live url instead of test url. I followed tutorials from other websites and none of them tells to set up urls for Authorize.Net. I tried to read the docs on authorize.net , but they are just confusing to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is my production.rb. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ActiveMerchant::Billing::Base.mode = :production &lt;BR /&gt;::GATEWAY = ActiveMerchant::Billing::AuthorizeNetGateway.new( &lt;BR /&gt;:login =&amp;gt; HADEAN_CONFIG['authnet']['login'], &lt;BR /&gt;:password =&amp;gt; HADEAN_CONFIG['authnet']['password'], :test =&amp;gt; false )&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 Jul 2012 21:06:09 GMT</pubDate>
    <dc:creator>otchkcom</dc:creator>
    <dc:date>2012-07-31T21:06:09Z</dc:date>
    <item>
      <title>Aim doesn't work in production mode. (ruby)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Aim-doesn-t-work-in-production-mode-ruby/m-p/28390#M14961</link>
      <description>&lt;P&gt;Everything works fine in development mode! Fake transactions were successful, and I got receipts from Authorize.Net. But when I used the real login id and transaction key in production, it didn't work. I called Authorize.Net, they said the transaction never hit their system and said I need to post to their live url instead of test url. I followed tutorials from other websites and none of them tells to set up urls for Authorize.Net. I tried to read the docs on authorize.net , but they are just confusing to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is my production.rb. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ActiveMerchant::Billing::Base.mode = :production &lt;BR /&gt;::GATEWAY = ActiveMerchant::Billing::AuthorizeNetGateway.new( &lt;BR /&gt;:login =&amp;gt; HADEAN_CONFIG['authnet']['login'], &lt;BR /&gt;:password =&amp;gt; HADEAN_CONFIG['authnet']['password'], :test =&amp;gt; false )&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Jul 2012 21:06:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Aim-doesn-t-work-in-production-mode-ruby/m-p/28390#M14961</guid>
      <dc:creator>otchkcom</dc:creator>
      <dc:date>2012-07-31T21:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aim doesn't work in production mode. (ruby)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Aim-doesn-t-work-in-production-mode-ruby/m-p/28472#M14998</link>
      <description>&lt;P&gt;otchkcom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code sample doesn't include the URLs you are using for test and production. &amp;nbsp;Adding that information might help further troubleshoot your issue.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 22:37:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Aim-doesn-t-work-in-production-mode-ruby/m-p/28472#M14998</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2012-08-02T22:37:04Z</dc:date>
    </item>
  </channel>
</rss>

