Sha256: 2b29bb4465b2cada85db098bd8622659a8a0afdd79fb418bf5684f5d1563f72e

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

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

          def default_service_msg_number
            1001
          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/seb_ltu/helper.rb