Sha256: 6ee4be70653ce3e1a432ea10000f0bfe006e2d4eae3dcc53a114ccd0f55c06f7
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
module ActiveMerchant #:nodoc: module Billing #:nodoc: module Integrations #:nodoc: module Nelnet class Helper < ActiveMerchant::Billing::Integrations::Helper # Replace with the real mapping mapping :account, '' mapping :amount, '' mapping :order, '' mapping :customer, :first_name => '', :last_name => '', :email => '', :phone => '' mapping :billing_address, :city => '', :address1 => '', :address2 => '', :state => '', :zip => '', :country => '' mapping :notify_url, '' mapping :return_url, '' mapping :cancel_return_url, '' mapping :description, '' mapping :tax, '' mapping :shipping, '' end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activemerchant-nsp-1.27.0 | lib/active_merchant/billing/integrations/nelnet/helper.rb |