Sha256: 033bd4198c55a040a02f740221f30262c898f2c4af9e3677993febb796c7e21c

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

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

          def vk_charset
            'ISO-8859-1'
          end

          def vk_charset_param
            'VK_ENCODING'
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
activemerchant_banklink-0.0.1 lib/active_merchant/billing/integrations/swedbank_est/helper.rb
activemerchant-est-1.4.2.6 lib/active_merchant/billing/integrations/swedbank_est/helper.rb