[ic] nova

Corey Gilmore interchange-users@lists.akopia.com
Thu Aug 2 19:41:00 2001


#Variable  MV_PAYMENT_MODE   minivend_test
uncomment that line, and change it to the method you are using.
check the mailing lists for more info
http://interchange.redhat.com/cgi-bin/htsearch?words=MV_PAYMENT_MODE

On Thu, 2 Aug 2001 DHaley65@aol.com wrote:

> 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
> _______________________________________________
> interchange-users mailing list
> interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>