lib/tickethub/supplier/payment.rb in tickethub-0.2.13 vs lib/tickethub/supplier/payment.rb in tickethub-0.2.14

- old
+ new

@@ -18,9 +18,10 @@ association :order, Supplier::Order association :user, Supplier::User attribute :amount, type: :money attribute :refunded, type: :money + attribute :charges, type: :money attribute :currency, type: :currency attribute :refunded_at, type: :datetime attribute :created_at, type: :datetime attribute :updated_at, type: :datetime \ No newline at end of file