Module: OffsitePayments::Integrations::Verkkomaksut

Defined in:
lib/offsite_payments/integrations/verkkomaksut.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



8
9
10
# File 'lib/offsite_payments/integrations/verkkomaksut.rb', line 8

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