Billing::Response
# File lib/active_merchant/billing/gateways/netaxept.rb, line 229 229: def initialize(success, message, raw, options) 230: super 231: unless success 232: @error_detail = raw[:processSetup]['Result']['ResponseText'] if raw[:processSetup] && raw[:processSetup]['Result'] 233: end 234: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.