Sorry all. The response class should be this: class HostedCimResponse <
AuthorizeNet::XmlResponse def initialize(raw_response, transaction) puts
raw_response super unless connection_failure? begin @token =
node_content_unless_nil(@root.at_css('token'...
I'm doing a rails project for a contract and I'm also having the same
issues integrating with the hosted version CIM offers. This is a
critical method and the documentation kind of glazes over it and none of
the SDK's/sample seem to give an example o...