Author: lektran
Date: Mon May 21 01:27:36 2007
New Revision: 540057
URL:
http://svn.apache.org/viewvc?view=rev&rev=540057Log:
Applied fix from trunk for revision: 536545
Modified:
ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml
Modified: ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml?view=diff&rev=540057&r1=540056&r2=540057==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/servicedef/services_paymentmethod.xml Mon May 21 01:27:36 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"