Class: OffsitePayments::Integrations::Megakassa::Return

Inherits:
Return
  • Object
show all
Defined in:
lib/offsite_payments/integrations/megakassa.rb

Instance Attribute Summary

Attributes inherited from Return

#notification, #params

Instance Method Summary collapse

Methods inherited from Return

#cancelled?, #initialize, #message, #parse, #success?

Constructor Details

This class inherits a constructor from OffsitePayments::Return

Instance Method Details

#amountObject



178
179
180
# File 'lib/offsite_payments/integrations/megakassa.rb', line 178

def amount
  @params['amount']
end

#order_idObject



174
175
176
# File 'lib/offsite_payments/integrations/megakassa.rb', line 174

def order_id
  @params['order_id']
end