module OffsitePayments::Integrations::Verkkomaksut
Usage, see the blog post here: blog.kiskolabs.com/post/22374612968/understanding-active-merchant-integrations and E1 API documentation here: docs.verkkomaksut.fi/
Public Class Methods
notification(post)
click to toggle source
# File lib/offsite_payments/integrations/verkkomaksut.rb, line 8 def self.notification(post) Notification.new(post) end