Remove the "add" in addpayment. Action in API is hosted by the method

This commit is contained in:
Laurent Destailleur 2017-11-02 16:06:44 +01:00
parent 36f7f32205
commit 309e83a946

View File

@ -794,7 +794,7 @@ class Invoices extends DolibarrApi
* @param string $chqemetteur {@from body} Payment issuer (mandatory if paiementcode = 'CHQ') * @param string $chqemetteur {@from body} Payment issuer (mandatory if paiementcode = 'CHQ')
* @param string $chqbank {@from body} Issuer bank name (optional) * @param string $chqbank {@from body} Issuer bank name (optional)
* *
* @url POST {id}/addpayment * @url POST {id}/payments
* *
* @return int Payment ID * @return int Payment ID
* @throws 400 * @throws 400