# File lib/active_merchant/billing/gateways/netaxept.rb, line 229 def initialize(success, message, raw, options) super unless success @error_detail = raw[:processSetup]['Result']['ResponseText'] if raw[:processSetup] && raw[:processSetup]['Result'] end end
Generated with the Darkfish Rdoc Generator 2.