Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::SagePayForm

Public Class Methods

return(query_string, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form.rb, line 17
17:         def self.return(query_string, options = {})
18:           Return.new(query_string, options)
19:         end
service_url() click to toggle source
    # File lib/active_merchant/billing/integrations/sage_pay_form.rb, line 21
21:         def self.service_url
22:           mode = ActiveMerchant::Billing::Base.integration_mode
23:           case mode
24:           when :production
25:             self.production_url    
26:           when :test
27:             self.test_url
28:           when :simulate
29:             self.simulate_url
30:           else
31:             raise StandardError, "Integration mode set to an invalid value: #{mode}"
32:           end
33:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.