Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::TwoCheckout

Public Class Methods

notification(post, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/two_checkout.rb, line 12
def self.notification(post, options = {})
  Notification.new(post)
end
return(query_string, options = {}) click to toggle source
# File lib/active_merchant/billing/integrations/two_checkout.rb, line 16
def self.return(query_string, options = {})
  Return.new(query_string)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.