[MKDoc-commit] ECommerce rules were pointing to non-existant configuration file

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Oct 20 17:50:14 BST 2004


Log Message:
-----------
ECommerce rules were pointing to non-existant configuration file

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/MKDoc/ECommerce:
        Rules.pm

-------------- next part --------------
Index: Rules.pm
===================================================================
RCS file: /var/spool/cvs/mkd/MKDoc/ECommerce/Attic/Rules.pm,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -LMKDoc/ECommerce/Rules.pm -LMKDoc/ECommerce/Rules.pm -u -r1.1.2.6 -r1.1.2.7
--- MKDoc/ECommerce/Rules.pm
+++ MKDoc/ECommerce/Rules.pm
@@ -49,7 +49,7 @@
 sub explain
 {
     my $self = shift;
-    my $billing = $ENV{ECOMMERCE_BILLING_RULES} || $ENV{MKDOC_DIR} . '/conf/ecommerce.list.conf';
+    my $billing = $ENV{ECOMMERCE_BILLING_RULES} || $ENV{MKDOC_DIR} . '/conf/plugin_ecommerce.conf';
     
     # no rules specified? return the total price...
     my @res = { amount => $self->{basket}->total() };


More information about the MKDoc-commit mailing list