Sha256: 097a62eb85eaa35ad439db34c0367a894ceb03fc8eae262e7593aeed6b2a8db4
Contents?: true
Size: 692 Bytes
Versions: 45
Compression:
Stored size: 692 Bytes
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module A1agregator class Helper < ActiveMerchant::Billing::Integrations::Helper # public key mapping :account, 'key' mapping :amount, 'cost' mapping :order, 'order_id' mapping :customer, :email => 'email', :phone => 'phone_number' # payment description mapping :credential2, 'name' mapping :credential3, 'comment' # on error # 1 - raise error # 0 - redirect mapping :credential4, 'verbose' end end end end end
Version data entries
45 entries across 45 versions & 3 rubygems