Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Paypal

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.