lib/active_merchant/billing/gateways/secure_net.rb in activemerchant-1.86.0 vs lib/active_merchant/billing/gateways/secure_net.rb in activemerchant-1.87.0

- old
+ new

@@ -245,10 +245,10 @@ response end def recurring_parse_element(response, node) if node.has_elements? - node.elements.each{|e| recurring_parse_element(response, e) } + node.elements.each { |e| recurring_parse_element(response, e) } else response[node.name.underscore.to_sym] = node.text end end