Methods

Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::NetaxeptGateway::Response

Attributes

error_detail[R]

Public Class Methods

new(success, message, raw, options) click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.