# File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 7 7: def initialize(query_string, options) 8: begin 9: @notification = Notification.new(query_string, options) 10: rescue Notification::CryptError => e 11: @message = e.message 12: end 13: end
# File lib/active_merchant/billing/integrations/sage_pay_form/return.rb, line 19 19: def cancelled? 20: @notification && @notification.cancelled? 21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.