svn commit: r540056 - /ofbiz/branches/release4.0/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: r540056 - /ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml

lektran
Author: lektran
Date: Mon May 21 01:23:48 2007
New Revision: 540056

URL: http://svn.apache.org/viewvc?view=rev&rev=540056
Log:
Applied fix from trunk for revision: 536217

Modified:
    ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml

Modified: ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml?view=diff&rev=540056&r1=540055&r2=540056
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml Mon May 21 01:23:48 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>