We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6649f commit 356ea9dCopy full SHA for 356ea9d
lib/ofx/parser.rb
@@ -17,8 +17,6 @@ def initialize(resource)
17
end
18
19
case headers["VERSION"]
20
- # when /100/ then
21
- # @parser = OFX100.new(:headers => headers, :body => body)
22
when /102|100/ then
23
@parser = OFX102.new(:headers => headers, :body => body)
24
when /103/ then
0 commit comments