Class: ActiveMerchant::Billing::Integrations::Dwolla::Helper
- Defined in:
- lib/active_merchant/billing/integrations/dwolla/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, #billing_address, #form_fields, mapping, #shipping_address
Constructor Details
#initialize(order, account, options = {}) ⇒ Helper
Returns a new instance of Helper.
7 8 9 10 |
# File 'lib/active_merchant/billing/integrations/dwolla/helper.rb', line 7 def initialize(order, account, = {}) super add_field('name', 'Store Purchase') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ActiveMerchant::Billing::Integrations::Helper