Author: sichen
Date: Wed Dec 19 14:31:20 2007
New Revision: 605721

URL: http://svn.apache.org/viewvc?rev=605721&view=rev
Log:
add a reference to the cc refund failure for testing

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?rev=605721&r1=605720&r2=605721&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml 
(original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml 
Wed Dec 19 14:31:20 2007
@@ -630,6 +630,11 @@
         <description>Test Credit Card Refund Processing: always approve the 
refund request</description>
         <implements service="paymentRefundInterface"/>
     </service>
+    <service name="testCCRefundFailure" engine="java"
+            location="org.ofbiz.accounting.payment.PaymentGatewayServices" 
invoke="testRefundFailure">
+        <description>Credit Card Test Refund Failure</description>
+        <implements service="paymentRefundInterface"/>
+    </service>
 
     <!-- Test GiftCard Services -->
     <service name="alwaysApproveGCProcessor" engine="java"


Reply via email to