svn commit: r536217 - /ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r536217 - /ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml

jacopoc
Author: jacopoc
Date: Tue May  8 08:14:42 2007
New Revision: 536217

URL: http://svn.apache.org/viewvc?view=rev&rev=536217
Log:
Fixed wrong service definition.

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=536217&r1=536216&r2=536217
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Tue May  8 08:14:42 2007
@@ -382,7 +382,7 @@
     </service>
 
     <service name="savePaymentGatewayResponse" engine="java"
-            location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="storePaymentErrorMessage" auth="false">
+            location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="savePaymentGatewayResponse" auth="false">
         <description>Method to make sure PaymentGatewayResponse records get stored (uses XA wrapper on rollback)</description>
         <attribute name="paymentGatewayResponse" type="GenericValue" mode="IN" optional="false"/>
     </service>