Sha256: 62e8a04b3dc36d7bb5826ed6d6236418cb5401b1a18ac911abb65395a3b05a8a

Contents?: true

Size: 235 Bytes

Versions: 40

Compression:

Stored size: 235 Bytes

Contents

module Killbill #:nodoc:
  module Test #:nodoc:
    class TestTransaction < ::Killbill::Plugin::ActiveMerchant::ActiveRecord::Transaction

      self.table_name = 'test_transactions'

      belongs_to :test_response

    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
killbill-9.4.1 spec/killbill/helpers/test_transaction.rb
killbill-8.3.6 spec/killbill/helpers/test_transaction.rb
killbill-9.4.0 spec/killbill/helpers/test_transaction.rb
killbill-9.3.2 spec/killbill/helpers/test_transaction.rb
killbill-9.3.1 spec/killbill/helpers/test_transaction.rb
killbill-8.3.5 spec/killbill/helpers/test_transaction.rb
killbill-9.3.0 spec/killbill/helpers/test_transaction.rb
killbill-9.2.2 spec/killbill/helpers/test_transaction.rb
killbill-8.3.4 spec/killbill/helpers/test_transaction.rb
killbill-8.3.3 spec/killbill/helpers/test_transaction.rb
killbill-9.2.1 spec/killbill/helpers/test_transaction.rb
killbill-9.2.0 spec/killbill/helpers/test_transaction.rb
killbill-8.3.2 spec/killbill/helpers/test_transaction.rb
killbill-8.3.1 spec/killbill/helpers/test_transaction.rb
killbill-8.3.0 spec/killbill/helpers/test_transaction.rb
killbill-8.2.0 spec/killbill/helpers/test_transaction.rb
killbill-8.1.0 spec/killbill/helpers/test_transaction.rb
killbill-7.0.6 spec/killbill/helpers/test_transaction.rb
killbill-8.0.1 spec/killbill/helpers/test_transaction.rb
killbill-8.0.0 spec/killbill/helpers/test_transaction.rb