Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayvinly authored and samlown committed Aug 9, 2010
1 parent e01ba8a commit 5eff4d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def build_change_profile_request(profile_id, options)
if options.has_key?(:amount) if options.has_key?(:amount)
xml.tag! 'n2:Amount', amount(options[:amount]), 'currencyID' => options[:currency] || 'USD' xml.tag! 'n2:Amount', amount(options[:amount]), 'currencyID' => options[:currency] || 'USD'
end end
if options.has_key?(:amount) if options.has_key?(:start_date)
xml.tag! 'n2:BillingStartDate', (options[:start_date].is_a?(Date) ? options[:start_date].to_time : options[:start_date]).utc.iso8601 xml.tag! 'n2:BillingStartDate', (options[:start_date].is_a?(Date) ? options[:start_date].to_time : options[:start_date]).utc.iso8601
end end
end end
Expand Down

0 comments on commit 5eff4d1

Please sign in to comment.