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

jacopoc
Author: jacopoc
Date: Wed Sep 16 10:45:01 2009
New Revision: 815715

URL: http://svn.apache.org/viewvc?rev=815715&view=rev
Log:
Added missing out parameter that was causing a service validation error.

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?rev=815715&r1=815714&r2=815715&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Wed Sep 16 10:45:01 2009
@@ -348,6 +348,7 @@
         <description>Refund payment authorization for a single OrderPaymentPreference</description>
         <attribute name="orderPaymentPreferenceId" type="String" mode="IN" optional="false"/>
         <attribute name="amount" type="BigDecimal" mode="IN" optional="false"/>
+        <attribute name="refundAmount" type="BigDecimal" mode="OUT" optional="false"/>
         <attribute name="paymentId" type="String" mode="OUT" optional="false"/>
     </service>