Class: ActiveMerchant::Billing::Integrations::Moneybookers::Helper
- Defined in:
- lib/active_merchant/billing/integrations/moneybookers/helper.rb
Instance Attribute Summary
Attributes inherited from Helper
Instance Method Summary collapse
-
#initialize(order, account, options = {}) ⇒ Helper
constructor
A new instance of Helper.
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, account, = {}) super add_tracking_token add_default_parameters add_seller_details() end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ActiveMerchant::Billing::Integrations::Helper