lib/tickethub/supplier/payment.rb in tickethub-0.3.41 vs lib/tickethub/supplier/payment.rb in tickethub-0.3.42
- old
+ new
@@ -20,9 +20,10 @@
association :order, Supplier::Order
association :user, Supplier::User
collection :refunds, Supplier::Refund
+ collection :charges, Supplier::Charge
attribute :balance, type: :money
attribute :amount, type: :money
attribute :refunded, type: :money
attribute :refunded_at, type: :datetime
\ No newline at end of file