lib/tickethub/supplier/booking.rb in tickethub-0.2.14 vs lib/tickethub/supplier/booking.rb in tickethub-0.2.15
- old
+ new
@@ -28,9 +28,10 @@
association :variant, Supplier::Variant
attribute :amount, type: :money
attribute :tax, type: :money
attribute :total, type: :money
+ attribute :charges, type: :money
attribute :currency, type: :currency
attribute :created_at, type: :datetime
attribute :updated_at, type: :datetime
attribute :cancelled_at, type: :datetime
\ No newline at end of file