svn commit: r536143 - /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: r536143 - /ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml

jacopoc
Author: jacopoc
Date: Tue May  8 02:58:57 2007
New Revision: 536143

URL: http://svn.apache.org/viewvc?view=rev&rev=536143
Log:
Fixed wrong service definition that was causing the issue reported in OFBIZ-969

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=536143&r1=536142&r2=536143
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Tue May  8 02:58:57 2007
@@ -287,7 +287,7 @@
     </service>
 
     <service name="processCaptureSplitPayment" engine="java" require-new-transaction="true"
-            location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="captureBillingAccountPayment" auth="true">
+            location="org.ofbiz.accounting.payment.PaymentGatewayServices" invoke="processCaptureSplitPayment" auth="true">
         <description>Handles the creation of new OrderPaymentPreference record (and Auth) for partial captures</description>
         <attribute name="orderPaymentPreference" type="GenericValue" mode="IN" optional="false"/>
         <attribute name="splitAmount" type="BigDecimal" mode="IN" optional="false"/>