Class/Module Index [+]

Quicksearch

ActiveMerchant::Billing::Integrations::Quickpay

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.