So I am using AuthorizeNetCimGateway, and the documentation says you
can pass :test => true in order to post to
authorize.net's test
servers. However this wasn't working. I dug through the source code
and I can't see any place that @options[:test] is referenced at all
(though with a language like ruby it can be difficult to make these
assertions conclusively).
It would seem that setting
ActiveRecord::Billing::Base.mode = :test
Is the only true way to post to
authorize.net's test servers.