Sha256: c9300746d0cff967e243f3b9c4784fd07e04c6d1be33483269d20678222f44c8

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

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

          def vk_charset
            'ISO-8859-1'
          end

          def vk_charset_param
            'VK_ENCODING'
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activemerchant_banklink-0.0.6 lib/active_merchant/billing/integrations/swedbank_est/helper.rb
activemerchant_banklink-0.0.5 lib/active_merchant/billing/integrations/swedbank_est/helper.rb
activemerchant_banklink-0.0.4 lib/active_merchant/billing/integrations/swedbank_est/helper.rb
activemerchant_banklink-0.0.3 lib/active_merchant/billing/integrations/swedbank_est/helper.rb
activemerchant_banklink-0.0.2 lib/active_merchant/billing/integrations/swedbank_est/helper.rb