Author: jacopoc
Date: Mon Jul 2 23:26:41 2007
New Revision: 552687
URL:
http://svn.apache.org/viewvc?view=rev&rev=552687Log:
Improved service descriptions as suggested by David Jones.
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml?view=diff&rev=552687&r1=552686&r2=552687==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Mon Jul 2 23:26:41 2007
@@ -538,12 +538,12 @@
<!-- Test Credit Card (CC) Requests -->
<service name="testCCProcessor" engine="java"
location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="testProcessor">
- <description>Test Credit Card Auth Processing: declines auth requests for all orders inf. to 100.00; approves auth requests for all orders sup. or equal to 100.00</description>
+ <description>Test Credit Card Auth Processing: declines auth requests for all orders less than 100.00; approves auth requests for all orders greater than or equal to 100.00</description>
<implements service="ccAuthInterface"/>
</service>
<service name="testCCProcessorWithCapture" engine="java"
location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="testProcessorWithCapture">
- <description>Test Credit Card Auth Processing: declines auth requests for all orders inf. to 100.00; approves auth requests for all orders sup. or equal to 100.00</description>
+ <description>Test Credit Card Auth Processing: declines auth requests for all orders less than 100.00; approves auth requests for all orders greater than or equal to 100.00</description>
<implements service="ccAuthInterface"/>
</service>
<service name="testRandomAuthorize" engine="java"