Sha256: d9103616e123bd32139a5fdb1e1e75f5df422a03d54fc88e7c7c15abdd5de749

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    module Integrations #:nodoc:
      module DnbNordLtu #:nodoc:
        class Helper < ActiveMerchant::Billing::Integrations::Helper #:nodoc:
          include DnbNordLtu::Common
          include Banklink::Helper

          def default_service_msg_number
            2001
          end

          def vk_charset
            'ISO-8859-13'
          end

          def add_charset_field
            # skip
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activemerchant_banklink-0.0.6 lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb