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-7.0.5 spec/killbill/helpers/test_transaction.rb
killbill-7.0.4 spec/killbill/helpers/test_transaction.rb
killbill-7.0.3 spec/killbill/helpers/test_transaction.rb
killbill-7.0.2 spec/killbill/helpers/test_transaction.rb
killbill-7.0.1 spec/killbill/helpers/test_transaction.rb
killbill-7.0.0 spec/killbill/helpers/test_transaction.rb
killbill-6.5.0 spec/killbill/helpers/test_transaction.rb
killbill-6.4.0 spec/killbill/helpers/test_transaction.rb
killbill-6.3.0 spec/killbill/helpers/test_transaction.rb
killbill-6.2.0 spec/killbill/helpers/test_transaction.rb
killbill-6.1.0 spec/killbill/helpers/test_transaction.rb
killbill-6.0.0 spec/killbill/helpers/test_transaction.rb
killbill-5.2.0 spec/killbill/helpers/test_transaction.rb
killbill-5.1.0 spec/killbill/helpers/test_transaction.rb
killbill-5.0.0 spec/killbill/helpers/test_transaction.rb
killbill-4.4.0 spec/killbill/helpers/test_transaction.rb
killbill-4.3.0 spec/killbill/helpers/test_transaction.rb
killbill-4.2.0 spec/killbill/helpers/test_transaction.rb
killbill-4.1.0 spec/killbill/helpers/test_transaction.rb
killbill-4.0.0 spec/killbill/helpers/test_transaction.rb