Class: ActiveMerchant::Billing::Integrations::DnbNordLtu::Helper

Inherits:
Helper
  • Object
show all
Includes:
Banklink::Helper, Common
Defined in:
lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from Banklink::Helper

#add_field, #add_required_params, #add_vk_mac, #amount=, included, #initialize, #vk_charset_param, #vk_service, #vk_version

Methods included from Banklink::Common

#func_p, #generate_data_string, #generate_mac, #generate_signature, #required_service_params

Instance Method Details

#add_charset_fieldObject



17
18
19
# File 'lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb', line 17

def add_charset_field
  # skip
end

#default_service_msg_numberObject



9
10
11
# File 'lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb', line 9

def default_service_msg_number
  2001
end

#vk_charsetObject



13
14
15
# File 'lib/active_merchant/billing/integrations/dnb_nord_ltu/helper.rb', line 13

def vk_charset
  'ISO-8859-13'
end