lib/tickethub/supplier/payment/card.rb in tickethub-0.2.13 vs lib/tickethub/supplier/payment/card.rb in tickethub-0.2.14
- old
+ new
@@ -3,12 +3,14 @@
module Tickethub
class Supplier::Payment::Card < Supplier::Payment
polymorphic 'card'
require_relative '../card'
+ require_relative '../dispute'
require_relative '../../address'
require_relative '../charge/gateway'
+ association :dispute, Supplier::Dispute
association :card, Supplier::Card
association :address, Tickethub::Address
association :gateway_charge, Supplier::Charge::Service
end
end
\ No newline at end of file