# File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 7 def initialize(query_string, options) begin @notification = Notification.new(query_string, options) rescue Notification::CryptError => e @message = e.message end end