Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Valitor

Public Class Methods

notification(params, options={}) click to toggle source
# File lib/active_merchant/billing/integrations/valitor.rb, line 23
def self.notification(params, options={})
  Notification.new(params, options.merge(:test => test?))
end
return(query_string, options={}) click to toggle source
# 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
service_url() click to toggle source
# File lib/active_merchant/billing/integrations/valitor.rb, line 19
def self.service_url
  (test? ? test_url : production_url)
end
test?() click to toggle source
# File lib/active_merchant/billing/integrations/valitor.rb, line 15
def self.test?
  (ActiveMerchant::Billing::Base.integration_mode == :test)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.