# File lib/active_merchant/billing/integrations/hi_trust.rb, line 17 17: def self.notification(post, options = {}) 18: Notification.new(post) 19: end
# File lib/active_merchant/billing/integrations/hi_trust.rb, line 21 21: def self.return(query_string, options = {}) 22: Return.new(query_string) 23: end
# File lib/active_merchant/billing/integrations/hi_trust.rb, line 13 13: def self.service_url 14: ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.