Module: ActiveMerchant::Billing::Integrations::Verkkomaksut

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

Overview

Usage, see the blog post here: blog.kiskolabs.com/post/22374612968/understanding-active-merchant-integrations and E1 API documentation here: docs.verkkomaksut.fi/

Defined Under Namespace

Classes: Helper, Notification

Class Method Summary collapse

Class Method Details

.notification(post) ⇒ Object



14
15
16
# File 'lib/active_merchant/billing/integrations/verkkomaksut.rb', line 14

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