Class: ActiveMerchant::Billing::Integrations::Moneybookers::Helper

Inherits:
Helper
  • Object
show all
Defined in:
lib/active_merchant/billing/integrations/moneybookers/helper.rb

Instance Attribute Summary

Attributes inherited from Helper

#fields

Instance Method Summary collapse

Methods inherited from Helper

#add_field, #add_fields, #add_raw_html_field, #billing_address, #form_fields, mapping, #raw_html_fields, #shipping_address, #test?

Constructor Details

#initialize(order, account, options = {}) ⇒ Helper

Returns a new instance of Helper.



30
31
32
33
34
35
# File 'lib/active_merchant/billing/integrations/moneybookers/helper.rb', line 30

def initialize(order, , options = {})
  super
  add_tracking_token
  add_default_parameters
  add_seller_details(options)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveMerchant::Billing::Integrations::Helper