Sha256: 2bc9ec9c2a45334318fe3aff1588ead8d79deedf5d9d91305f78544c9c6f1988
Contents?: true
Size: 370 Bytes
Versions: 15
Compression:
Stored size: 370 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Payline class Notification < ActiveMerchant::Billing::Integrations::Notification def method_name end def parse(post) end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems