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

jacopoc
Author: jacopoc
Date: Wed May  9 07:29:42 2007
New Revision: 536545

URL: http://svn.apache.org/viewvc?view=rev&rev=536545
Log:
Added missing out parameter in 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=536545&r1=536544&r2=536545
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Wed May  9 07:29:42 2007
@@ -370,6 +370,7 @@
         <attribute name="refundFlag" type="String" mode="IN" optional="true"/>
         <attribute name="refundMessage" type="String" mode="IN" optional="true"/>
         <attribute name="internalRespMsgs" type="List" mode="IN" optional="true"/>
+        <attribute name="paymentId" type="String" mode="OUT" optional="true"/>
     </service>
 
     <service name="processPaymentServiceError" engine="java" require-new-transaction="true" max-retry="5"