class OffsitePayments::Integrations::Universal::Return

def initialize(query_string, options = {})

def initialize(query_string, options = {})
  super
  @notification = Notification.new(query_string, options)
end

def message

def message
  @notification.message
end

def success?

def success?
  @notification.acknowledge
end