You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/05/14 12:54:34 UTC

svn commit: r944201 - /ofbiz/trunk/applications/accounting/servicedef/services_payment.xml

Author: jleroux
Date: Fri May 14 10:54:34 2010
New Revision: 944201

URL: http://svn.apache.org/viewvc?rev=944201&view=rev
Log:
Fix a bug introduced at r943788

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_payment.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_payment.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_payment.xml?rev=944201&r1=944200&r2=944201&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_payment.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_payment.xml Fri May 14 10:54:34 2010
@@ -238,7 +238,7 @@ under the License.
         location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentFromOrder" auth="true">
         <description>create Payment from Order</description>
         <attribute name="orderId" type="String" mode="IN" optional="false"/>
-        <attribute name="paymentId" type="String" mode="OUT" optional="false"/>
+        <attribute name="paymentId" type="String" mode="OUT" optional="true"/>
     </service>
 
     <service name="createMatchingPaymentApplication" engine="simple"