Module: ActiveMerchant::Billing::Integrations::Quickpay

Defined in:
lib/active_merchant/billing/integrations/quickpay.rb,
lib/active_merchant/billing/integrations/quickpay/helper.rb,
lib/active_merchant/billing/integrations/quickpay/notification.rb

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.notification(post, options = {}) ⇒ Object



11
12
13
# File 'lib/active_merchant/billing/integrations/quickpay.rb', line 11

def self.notification(post, options = {})
  Notification.new(post)
end

.return(post, options = {}) ⇒ Object



15
16
17
# File 'lib/active_merchant/billing/integrations/quickpay.rb', line 15

def self.return(post, options = {})
  Return.new(post, options)
end