Skip to content

Commit

Permalink
Added btc usd attribute to user transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
stygeo committed Aug 27, 2013
1 parent b11d556 commit 15df052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitstamp/transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def update(options={})
end

class UserTransaction < Bitstamp::Model
attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id
attr_accessor :datetime, :id, :type, :usd, :btc, :fee, :order_id, :btc_usd
end
end

0 comments on commit 15df052

Please sign in to comment.