Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::HiTrust

Constants

LIVE_URL
TEST_URL

Public Class Methods

notification(post, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/hi_trust.rb, line 17
def self.notification(post, options = {})
  Notification.new(post)
end
return(query_string, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/hi_trust.rb, line 21
def self.return(query_string, options = {})
  Return.new(query_string)
end
service_url() click to toggle source
# File lib/active_merchant/billing/integrations/hi_trust.rb, line 13
def self.service_url
  ActiveMerchant::Billing::Base.integration_mode == :test ? TEST_URL : LIVE_URL
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.