Sha256: 2a8417bf76160783b889ede5c4d6b66a8bd1d43728c08556900505e4d97e7ac0

Contents?: true

Size: 390 Bytes

Versions: 31

Compression:

Stored size: 390 Bytes

Contents

require_relative '../payment'

module Tickethub
  class Supplier::Payment::Stripe < Supplier::Payment
    polymorphic 'StripePayment', :stripe

    require_relative '../source'
    require_relative '../dispute'
    require_relative '../../address'

    association :dispute, Supplier::Dispute
    association :source, Supplier::Source
    association :transfer, Supplier::Transfer
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tickethub-0.3.79 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.78 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.77 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.76 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.75 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.74 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.73 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.72 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.71 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.70 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.68 lib/tickethub/supplier/payment/stripe.rb