Class: OffsitePayments::Integrations::PayuInPaisa::Notification

Inherits:
OffsitePayments::Integrations::PayuIn::Notification show all
Defined in:
lib/offsite_payments/integrations/payu_in_paisa.rb

Instance Attribute Summary

Attributes inherited from Notification

#params, #raw

Instance Method Summary collapse

Methods inherited from OffsitePayments::Integrations::PayuIn::Notification

#account, #acknowledge, #amount_ok?, #checksum, #checksum_ok?, #complete?, #currency, #customer_address, #customer_email, #customer_first_name, #customer_last_name, #customer_phone, #discount, #gross, #initialize, #invoice, #invoice_ok?, #message, #offer_description, #original_gross, #product_info, #status, #transaction_id, #transaction_status, #type, #user_defined

Methods inherited from Notification

#amount, #empty!, #gross, #gross_cents, #initialize, #iso_currency, #status, #test?, #valid_sender?

Constructor Details

This class inherits a constructor from OffsitePayments::Integrations::PayuIn::Notification

Instance Method Details

#item_idObject



33
34
35
# File 'lib/offsite_payments/integrations/payu_in_paisa.rb', line 33

def item_id
  params['udf2']
end