[ic] nova

interchange-users@lists.akopia.com interchange-users@lists.akopia.com
Thu Aug 2 16:46:08 2001


in this little bit of script it says to set it to "custom name", where name 
is the name of a GlobalSub. what one of this lines would i change to custom 
name that performs the charge operation? do i add this var. line in or do i 
change one of the existing var.

## Set this to No if you don't want auto-login capability for users
CookieLogin  Yes

# This sets up the new payment charge mode in Interchange 4
# You set it to "custom name", where name is the name of a GlobalSub
# that performs the charge operation. If it is not "custom", then
# it will use the CyberCash routines.
#
# "minivend_test" is special, and the demo order profile
# works with the demo order form to test
#
#Variable  MV_PAYMENT_MODE   minivend_test

# Uncomment to use creditCardAuto if you want, now handled better in
# order profiles with "&credit_card=standard".
#CreditCardAuto      Yes

# These are usually all you need for CyberCash 3
# Uncomment and edit to suit; make sure you remove CreditCardAuto somehow
#
#Variable         CYBER_CONFIGFILE    /home/you/yourid75/mck-cgi/merchant_conf
#Variable         CYBER_VERSION       3.2
#Variable         CYBER_MODE          mauthonly

#ifdef CYBER_MODE
Variable         MV_PAYMENT_MODE     mauthonly
CreditCardAuto   No
#endif


thank you david haley