class OffsitePayments::Integrations::PayuInPaisa::Helper
Public Class Methods
new(order, account, options = {})
click to toggle source
Calls superclass method
OffsitePayments::Integrations::PayuIn::Helper::new
# File lib/offsite_payments/integrations/payu_in_paisa.rb, line 25 def initialize(order, account, options = {}) super self.service_provider = 'payu_paisa' self.user_defined = { :var2 => order } end