Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Make calculation return the registration count
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Mar 21, 2013
1 parent 313a4d5 commit 2fa9409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/transaction_calculator.rb
Expand Up @@ -53,7 +53,8 @@ def calculate(values)
:postage_option_label => postage_method.nil? ? "" : postage_method['label'],
:document_count => document_count,
:postage => postage,
:document_type => document_type
:document_type => document_type,
:registration_count => registration_count
)
end

Expand Down

0 comments on commit 2fa9409

Please sign in to comment.