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

jacopoc
Author: jacopoc
Date: Fri Apr 13 22:38:40 2007
New Revision: 528768

URL: http://svn.apache.org/viewvc?view=rev&rev=528768
Log:
Added missing 'authTrans' in optional parameter from the paymentReleaseInterface that was used at least by the Payflow and Rita payment processors.

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=528768&r1=528767&r2=528768
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Fri Apr 13 22:38:40 2007
@@ -384,6 +384,7 @@
         <attribute name="releaseAmount" type="Double" mode="INOUT" optional="false"/>
         <attribute name="currency" type="String" mode="IN" optional="true"/>
         <attribute name="paymentConfig" type="String" mode="IN" optional="true"/>
+        <attribute name="authTrans" type="GenericValue" mode="IN" optional="true"/>
         <attribute name="releaseResult" type="Boolean" mode="OUT" optional="true"/>
         <attribute name="releaseAltRefNum" type="String" mode="OUT" optional="true"/>
         <attribute name="releaseRefNum" type="String" mode="OUT" optional="false"/>