svn commit: r543844 - /ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml

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

svn commit: r543844 - /ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml

lektran
Author: lektran
Date: Sat Jun  2 22:54:23 2007
New Revision: 543844

URL: http://svn.apache.org/viewvc?view=rev&rev=543844
Log:
Applied patch from Andrew Sykes OFBIZ-1056, Misconfigured Finaccount Service

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml?view=diff&rev=543844&r1=543843&r2=543844
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_finaccount.xml Sat Jun  2 22:54:23 2007
@@ -223,7 +223,7 @@
         <implements service="ccCaptureInterface"/>
     </service>
     <service name="ofbFaRelease" engine="java"
-             location="org.ofbiz.accounting.finaccount.FinAccountPaymentServices" invoke="finAccountRelease" auth="true">
+             location="org.ofbiz.accounting.finaccount.FinAccountPaymentServices" invoke="finAccountReleaseAuth" auth="true">
         <description>Release authorizations back to a financial account.</description>
         <implements service="paymentReleaseInterface"/>
     </service>