# File lib/active_merchant/billing/integrations/valitor.rb, line 23 def self.notification(params, options={}) Notification.new(params, options.merge(:test => test?)) end
# File lib/active_merchant/billing/integrations/valitor.rb, line 27 def self.return(query_string, options={}) Return.new(query_string, options.merge(:test => test?)) end
Generated with the Darkfish Rdoc Generator 2.