[interchange-cvs] interchange - edl modified dist/foundation/catalog.cfg

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jun 13 19:39:00 2002


User:      edl
Date:      2002-06-13 23:38:51 GMT
Modified:  dist/foundation Tag: STABLE_4_8-branch catalog.cfg
Log:
Moved payment routes to the top of the Route stack. Technically they
should not be below the default route, and though it works in the
standard foundation setup, it caused lots of failures when people tried
to customize their order routing.

Revision  Changes    Path
No                   revision



No                   revision



2.3.2.2   +19 -19    interchange/dist/foundation/catalog.cfg


rev 2.3.2.2, prev_rev 2.3.2.1
Index: catalog.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/catalog.cfg,v
retrieving revision 2.3.2.1
retrieving revision 2.3.2.2
diff -u -r2.3.2.1 -r2.3.2.2
--- catalog.cfg	13 Oct 2001 23:10:23 -0000	2.3.2.1
+++ catalog.cfg	13 Jun 2002 23:38:51 -0000	2.3.2.2
@@ -204,6 +204,25 @@
 # is used with cascades
 FormIgnore      mv_order_route 
 
+## These routes are not order routes, but payment routes
+Route  authorizenet  id           "__AUTHNET_ID__"
+Route  authorizenet  secret       "__AUTHNET_SECRET__"
+Route  authorizenet  host         "__AUTHNET_HOST__"
+Route  authorizenet  referer      "__AUTHNET_REFERER__"
+
+Route  cybercash     configfile   "__CYBER_CONFIGFILE__"
+
+Route  itransact     id           "__ITRANSACT_ID__"
+
+Route  signio        id           "__SIGNIO_ID__"
+Route  signio        secret       "__SIGNIO_SECRET__"
+Route  signio        partner      "__SIGNIO_PARTNER__"
+Route  signio        vendor       "__SIGNIO_VENDOR__"
+Route  signio        host         "__SIGNIO_SERVER__"
+
+Route  skipjack      id           "__SKIPJACK_ID__"
+Route  skipjack      partner      "__SKIPJACK_PARTNER__"
+
 ## This route places the order entry in the database. If you don't
 ## have an inventory table (or a userdb table for that matter) make
 ## sure you remove it from the list of "transactions" tables.
@@ -280,25 +299,6 @@
 #Route   default   dynamic_routes  1
 ## Uncomment this if you want ITL allowed in routes
 #Route   default   expandable      1
-
-## These routes are not order routes, but payment routes
-Route  authorizenet  id           "__AUTHNET_ID__"
-Route  authorizenet  secret       "__AUTHNET_SECRET__"
-Route  authorizenet  host         "__AUTHNET_HOST__"
-Route  authorizenet  referer      "__AUTHNET_REFERER__"
-
-Route  cybercash     configfile   "__CYBER_CONFIGFILE__"
-
-Route  itransact     id           "__ITRANSACT_ID__"
-
-Route  signio        id           "__SIGNIO_ID__"
-Route  signio        secret       "__SIGNIO_SECRET__"
-Route  signio        partner      "__SIGNIO_PARTNER__"
-Route  signio        vendor       "__SIGNIO_VENDOR__"
-Route  signio        host         "__SIGNIO_SERVER__"
-
-Route  skipjack      id           "__SKIPJACK_ID__"
-Route  skipjack      partner      "__SKIPJACK_PARTNER__"
 
 
 SalesTax        __TAXFIELD__