Sha256: 239c501c66f5db7f2bfc7c8da7edebab64fd4bdf5f70664321d99434f0854c0c
Contents?: true
Size: 256 Bytes
Versions: 42
Compression:
Stored size: 256 Bytes
Contents
module Spree class Gateway::Maxipago < Gateway preference :login, :string # ID preference :password, :string # KEY def provider_class ActiveMerchant::Billing::MaxipagoGateway end def auto_capture? true end end end
Version data entries
42 entries across 42 versions & 3 rubygems