Method: IPay::Certification.log

Defined in:
lib/ipay/certification.rb

.log(parsed_xml) ⇒ Object



6
7
8
9
# File 'lib/ipay/certification.rb', line 6

def self.log(parsed_xml)
  @@responses ||= ''
  @@responses << parsed_xml.to_s.split("\n")[2...-1].join("\n") + "\n"
end