[Zope-dev] Credit-Card handling in Zope (thread progamming?)

Pavlos Christoforou pavlos@gaaros.com
Tue, 18 Apr 2000 09:56:15 -0400 (EDT)


On Tue, 18 Apr 2000, Itamar Shtull-Trauring wrote:

> Alternatively, the CC
> handling can be done by a different python program that does callback via,
> what - XML-RPC? The monitor?
> 

I suppose one could simply use python's 'urllib' module and call the
special DTMLMethod/ExpternalMethod to handle the processed CC number. You
could just pass the CC number (or other info) in the URL or simply write
it in a file and have the ExternalMethod read the file.


Pavlos