Skip to content

Commit

Permalink
Updated estimates
Browse files Browse the repository at this point in the history
  • Loading branch information
anlek authored and bcurren committed Feb 13, 2014
1 parent 84768dc commit 943d6af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/freshbooks/estimate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Estimate < FreshBooks::Base
define_schema do |s|
s.string :estimate_id, :status, :date, :notes, :terms, :first_name, :number
s.string :last_name, :organization, :p_street1, :p_street2, :p_city
s.string :p_state, :p_country, :p_code
s.fixnum :client_id, :po_number
s.string :p_state, :p_country, :p_code, :currency_code, :language
s.fixnum :client_id, :po_number, :staff_id
s.float :discount, :amount
s.array :lines
s.object :links, :read_only => true
Expand Down
1 change: 1 addition & 0 deletions lib/freshbooks/line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Line < FreshBooks::Base

define_schema do |s|
s.string :name, :description, :tax1_name, :tax2_name
s.string :type
s.float :unit_cost, :tax1_percent, :tax2_percent
s.float :amount, :read_only => true
s.float :quantity
Expand Down

0 comments on commit 943d6af

Please sign in to comment.