Skip to content

Commit

Permalink
using uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Apr 18, 2011
1 parent 8ffda56 commit 60a3ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wells_fargo/payment_manager.rb
Expand Up @@ -11,8 +11,8 @@ def file
attributes = {}
attributes['CompanyID'] = @business_name
attributes['xmlns:xsi'] = "http://www.w3.org/2001/XMLSchema-instance"
attributes['PmtRecCount'] = @options[:pmt_rec_count] if @options[:pmt_rec_count]
attributes['PmtRecTotal'] = @options[:pmt_rec_total] if @options[:pmt_rec_total]
attributes['PmtRecCount'] = @options[:PmtRecCount] if @options[:PmtRecCount]
attributes['PmtRecTotal'] = @options[:PmtRecTotal] if @options[:PmtRecTotal]
root = WellsFargo::Element::File.new(@xml, attributes)
@xml.instruct!
@xml.tag! root.element_name, root.attributes do
Expand Down

0 comments on commit 60a3ce1

Please sign in to comment.