Sha256: eef5b95be99c1503761ed845f37d7c2b4e2463d51a4b5d4d7b107a587c4d05ad

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 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
            'UTF-8'
          end

          def vk_charset_param
            'VK_ENCODING'
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activemerchant-est-1.4.2.5 lib/active_merchant/billing/integrations/swedbank_est/helper.rb