Response
# File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 23 def error @params.values[0]['Error'] end
# File lib/active_merchant/billing/gateways/ideal/ideal_response.rb, line 5 def issuer_list list = @params.values[0]['Directory']['Issuer'] case list when Hash return [list] when Array return list end end
Generated with the Darkfish Rdoc Generator 2.