Sha256: 12f334f5b2744cd3bfa5404d8afee9f2ffd8ebb6cb186e30effc5c19b9393909
Contents?: true
Size: 450 Bytes
Versions: 3
Compression:
Stored size: 450 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module SwedbankLtu #:nodoc: class Helper < ActiveMerchant::Billing::Integrations::Helper #:nodoc: include Banklink::Common include Banklink::Helper def vk_charset 'ISO-8859-13' end def vk_charset_param 'VK_ENCODING' end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems