Sha256: 27d3a39b7431dc0b9fa930322e73f1fba88edf0ffbaeaf7cdf5351ebb026da74

Contents?: true

Size: 226 Bytes

Versions: 34

Compression:

Stored size: 226 Bytes

Contents

module Killbill #:nodoc:
  module Test #:nodoc:
    class TestResponse < ::Killbill::Plugin::ActiveMerchant::ActiveRecord::Response

      self.table_name = 'test_responses'

      has_one :test_transaction

    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
killbill-9.3.0 spec/killbill/helpers/test_response.rb
killbill-9.2.2 spec/killbill/helpers/test_response.rb
killbill-8.3.4 spec/killbill/helpers/test_response.rb
killbill-8.3.3 spec/killbill/helpers/test_response.rb
killbill-9.2.1 spec/killbill/helpers/test_response.rb
killbill-9.2.0 spec/killbill/helpers/test_response.rb
killbill-8.3.2 spec/killbill/helpers/test_response.rb
killbill-8.3.1 spec/killbill/helpers/test_response.rb
killbill-8.3.0 spec/killbill/helpers/test_response.rb
killbill-8.2.0 spec/killbill/helpers/test_response.rb
killbill-8.1.0 spec/killbill/helpers/test_response.rb
killbill-7.0.6 spec/killbill/helpers/test_response.rb
killbill-8.0.1 spec/killbill/helpers/test_response.rb
killbill-8.0.0 spec/killbill/helpers/test_response.rb
killbill-7.0.5 spec/killbill/helpers/test_response.rb
killbill-7.0.4 spec/killbill/helpers/test_response.rb
killbill-7.0.3 spec/killbill/helpers/test_response.rb
killbill-7.0.2 spec/killbill/helpers/test_response.rb
killbill-7.0.1 spec/killbill/helpers/test_response.rb
killbill-7.0.0 spec/killbill/helpers/test_response.rb