lib/tickethub/supplier/payment.rb in tickethub-0.3.40 vs lib/tickethub/supplier/payment.rb in tickethub-0.3.41
- old
+ new
@@ -24,10 +24,9 @@
collection :refunds, Supplier::Refund
attribute :balance, type: :money
attribute :amount, type: :money
attribute :refunded, type: :money
- attribute :currency, type: :currency
attribute :refunded_at, type: :datetime
attribute :confirmed_at, type: :datetime
attribute :created_at, type: :datetime
attribute :updated_at, type: :datetime
\ No newline at end of file