Sha256: 3ebc11653e6d0025327c05127a3a0d30fa04c0aa6025a712a80f08952c87f3c1
Contents?: true
Size: 371 Bytes
Versions: 169
Compression:
Stored size: 371 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module TwoCheckout class Return < ActiveMerchant::Billing::Integrations::Return def success? params['credit_card_processed'] == 'Y' end def message end end end end end end
Version data entries
169 entries across 169 versions & 35 rubygems