Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::HiTrust

Constants

TEST_URL
LIVE_URL

Public Class Methods

notification(post, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/hi_trust.rb, line 17
17:         def self.notification(post, options = {})
18:           Notification.new(post)
19:         end
return(query_string, options = {}) click to toggle source
    # 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
service_url() click to toggle source
    # 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.