class OffsitePayments::Integrations::Megakassa::Return

Public Instance Methods

amount() click to toggle source
# File lib/offsite_payments/integrations/megakassa.rb, line 178
def amount
  @params['amount']
end
order_id() click to toggle source
# File lib/offsite_payments/integrations/megakassa.rb, line 174
def order_id
  @params['order_id']
end