Author: nmalin
Date: Wed Jan  2 17:19:24 2019
New Revision: 1850178

URL: http://svn.apache.org/viewvc?rev=1850178&view=rev
Log:
Fixed: Update and clean deprecated code after release 18.12 creation
(OFBIZ-10761)
Move deprecated comment for service captureBillingAccountPayment to service 
definition

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_paymentmethod.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_paymentmethod.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_paymentmethod.xml?rev=1850178&r1=1850177&r2=1850178&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_paymentmethod.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/accounting/servicedef/services_paymentmethod.xml
 Wed Jan  2 17:19:24 2019
@@ -352,10 +352,10 @@ under the License.
         <attribute name="processResult" type="String" mode="OUT" 
optional="false"/>
     </service>
 
-    <!-- deprecated in favour of captureBillingAccountPayments -->
     <service name="captureBillingAccountPayment" engine="java"
             
location="org.apache.ofbiz.accounting.payment.PaymentGatewayServices" 
invoke="captureBillingAccountPayment" auth="true">
         <description>Records a settlement or payment of an invoice by a 
billing account for the given captureAmount</description>
+        <deprecated use-instead="captureBillingAccountPayments" 
since="Releases 17.12"/>
         <attribute name="invoiceId" type="String" mode="IN" optional="false"/>
         <attribute name="billingAccountId" type="String" mode="IN" 
optional="false"/>
         <attribute name="captureAmount" type="BigDecimal" mode="IN" 
optional="false"/>


Reply via email to