[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Wed, 4 Apr 2001 22:11 -0500


CVS activity by user 'heins':
interchange/lib/Vend Interpolate.pm,1.40.2.38,1.40.2.39 Order.pm,1.18.2.14,1.18.2.15 Parse.pm,1.12.2.15,1.12.2.16
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv25067/lib/Vend

Modified Files:
      Tag: DEV_4_7_0
	Interpolate.pm Order.pm Parse.pm 
Log Message:
  * New payment routines. Decided to keep something like current
    framework, but you now can do:

	&charge=route

		or

    $Tag->charge($route, $opt);

		or

    [charge route=THE_ROUTE gateway=ccvs id=milton secret=pass]

  * All options are pulled from the option call first, the Route
    matching the name second, then finally the global MV_PAYMENT_*
    variables.

  * All routes should be transparent if the mode exists. For instance,
    you can define a route called "purchase_order" which will handle
	POs, "internet_check" which handles checks, etc.

  * Add CCVS support via globalsub. Will do auth, sale at this
    point. Will soon add AVS support. Has extended information
    support.