Skip to content

Commit

Permalink
Attempting to fix issue waynerobinson#480: line item id casing in XML
Browse files Browse the repository at this point in the history
  • Loading branch information
markandersonclio committed Aug 15, 2024
1 parent 5e0cc58 commit 5595d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xeroizer/models/line_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LineItem < Base
decimal :line_amount, :calculated => true
decimal :discount_rate
decimal :discount_amount
guid :line_item_id
guid :line_item_id, :api_name => 'LineItemID'

has_many :tracking, :model_name => 'TrackingCategoryChild'

Expand Down

0 comments on commit 5595d2c

Please sign in to comment.