Class/Module 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
def self.notification(post, options = {})
  Notification.new(post, options)
end
return(post, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/world_pay.rb, line 21
def self.return(post, options = {})
  Return.new(post, options)
end
service_url() click to toggle source
# File lib/active_merchant/billing/integrations/world_pay.rb, line 13
def self.service_url
  production_url
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.