Index: openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp,v diff -u -r1.5.4.1 -r1.5.4.2 --- openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp 9 Feb 2005 11:59:42 -0000 1.5.4.1 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp 9 Feb 2005 20:12:21 -0000 1.5.4.2 @@ -120,7 +120,7 @@
A /var/lib/aolserver/yourserver/ec-data/ecommerce/product directory is - needed to hold the products' supporting files (it's outside the + needed to hold the products' supporting files (it is outside the web server root so that no uploaded supporting files can be executed). The directory has to be write-able by the username used with AOLserver. (You can change @@ -255,12 +255,11 @@
When a refund is made, a row is also inserted into
ec_financial_transactions
. A refund is only
- inserted if when it needs to be captured, so
+ inserted when it needs to be captured, so
there is no need to set to_be_captured_p
if
transaction_type
='refund'.
Scheduled procs go around and do the follow-through (making - sure everything is marked/settled) for every transaction that +
Scheduled procs periodically mark or settle every transaction that needs to be captured.
@@ -623,7 +622,7 @@ quite easily be extended to include other credit card types. Be sure to examineec_creditcard_precheck
to verify that it does not screen out cards that your
- merchant system accepts.
+ merchant system accepts.