lib/tickethub/channel/order.rb in tickethub-0.3.94 vs lib/tickethub/channel/order.rb in tickethub-0.3.95
- old
+ new
@@ -24,9 +24,10 @@
attribute :total, type: :money
attribute :balance, type: :money
attribute :currency, type: :currency
+ attribute :booked_at, type: :datetime
attribute :expires_at, type: :datetime
attribute :confirmed_at, type: :datetime
attribute :created_at, type: :datetime
attribute :updated_at, type: :datetime
\ No newline at end of file