Class Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::WorldPay

Public Class Methods

notification(post, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/world_pay.rb, line 17
17:         def self.notification(post, options = {})
18:           Notification.new(post, options)
19:         end
return(post, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/world_pay.rb, line 21
21:         def self.return(post, options = {})
22:           Return.new(post, options)
23:         end
service_url() click to toggle source
    # File lib/active_merchant/billing/integrations/world_pay.rb, line 13
13:         def self.service_url
14:           production_url
15:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.