Sha256: 3a8256fd2d4c0dbcffccb4919887f949251e05bdef7e78cebf1f09172e179453

Contents?: true

Size: 286 Bytes

Versions: 6

Compression:

Stored size: 286 Bytes

Contents

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

      self.table_name = 'test_responses'

      has_one :test_transaction

      def self.sensitive_fields
        [:email]
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
killbill-9.4.1 spec/killbill/helpers/test_response.rb
killbill-8.3.6 spec/killbill/helpers/test_response.rb
killbill-9.4.0 spec/killbill/helpers/test_response.rb
killbill-9.3.2 spec/killbill/helpers/test_response.rb
killbill-9.3.1 spec/killbill/helpers/test_response.rb
killbill-8.3.5 spec/killbill/helpers/test_response.rb