Sha256: c9c4ef33601ddbd398f74324e612cd201cee9b50cb531d447bc418ec5beadbde
Contents?: true
Size: 398 Bytes
Versions: 46
Compression:
Stored size: 398 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Paysbuy class Helper < ActiveMerchant::Billing::Integrations::Helper mapping :account, 'biz' mapping :amount, 'amt' mapping :order, 'inv' mapping :description, 'itm' mapping :notify_url, 'postURL' end end end end end
Version data entries
46 entries across 46 versions & 3 rubygems