Module: ActiveMerchant::Billing::Integrations::Alipay

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

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



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

def self.notification(post)
  Notification.new(post)
end