Module: ActiveMerchant::Billing::Integrations::Dotpay

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

Defined Under Namespace

Classes: Helper, Notification, Return

Class Method Summary collapse

Class Method Details

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



12
13
14
# File 'lib/active_merchant/billing/integrations/dotpay.rb', line 12

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

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



16
17
18
# File 'lib/active_merchant/billing/integrations/dotpay.rb', line 16

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