Class 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
11:         def self.notification(post, options = {})
12:           Notification.new(post)
13:         end
return(post, options = {}) click to toggle source
    # File lib/active_merchant/billing/integrations/quickpay.rb, line 15
15:         def self.return(post, options = {})
16:           Return.new(post, options)
17:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.