Skip to content

Commit

Permalink
Fixed: Update and clean deprecated code after release 18.12 creation
Browse files Browse the repository at this point in the history
(OFBIZ-10761)
Move deprecated comment for service captureBillingAccountPayment to service definition

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1850178 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
nmalin committed Jan 2, 2019
1 parent acbd423 commit 02afdb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 02afdb6

Please sign in to comment.