Author: jacopoc
Date: Wed Sep 16 10:45:01 2009
New Revision: 815715
URL:
http://svn.apache.org/viewvc?rev=815715&view=revLog:
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>