# File lib/active_merchant/billing/integrations/valitor.rb, line 23 23: def self.notification(params, options={}) 24: Notification.new(params, options.merge(:test => test?)) 25: end
# File lib/active_merchant/billing/integrations/valitor.rb, line 27 27: def self.return(query_string, options={}) 28: Return.new(query_string, options.merge(:test => test?)) 29: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.