Class: ActiveMerchant::Billing::Integrations::PayuInPaisa::Helper

Inherits:
ActiveMerchant::Billing::Integrations::PayuIn::Helper show all
Defined in:
lib/active_merchant/billing/integrations/payu_in_paisa/helper.rb

Constant Summary

Constants inherited from ActiveMerchant::Billing::Integrations::PayuIn::Helper

ActiveMerchant::Billing::Integrations::PayuIn::Helper::CHECKSUM_FIELDS

Instance Attribute Summary

Attributes inherited from Helper

#fields

Instance Method Summary collapse

Methods inherited from ActiveMerchant::Billing::Integrations::PayuIn::Helper

#form_fields, #generate_checksum, #sanitize_fields

Methods inherited from Helper

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

Constructor Details

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

Returns a new instance of Helper.



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

def initialize(order, , options = {})
  super
  self.service_provider = 'payu_paisa'
  self.user_defined = { :var2 => order }
end

Dynamic Method Handling

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