lib/xeroizer/models/item_purchase_details.rb in xeroizer-2.17.1 vs lib/xeroizer/models/item_purchase_details.rb in xeroizer-2.18.1
- old
+ new
@@ -10,10 +10,10 @@
class ItemPurchaseDetails < Base
decimal :unit_price
string :account_code
string :tax_type
- decimal :cogs_account_code
+ string :cogs_account_code, api_name: 'COGSAccountCode'
end
end
end
\ No newline at end of file