Sha256: 7c656c9b3d90997f8a1bb23e3574ceef77df927c99086618caa1a0b57f6bf5a1
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Paydollar class Return < ActiveMerchant::Billing::Integrations::Return def success? @params.has_key?('Ref') end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems