FIX : return type change from array to int

This commit is contained in:
Neil Orley 2018-04-26 12:03:55 +02:00
parent bf3b99163d
commit 00fb4300fc

View File

@ -969,7 +969,7 @@ class Invoices extends DolibarrApi
* *
* @url POST /payments * @url POST /payments
* *
* @return array Payment ID * @return int Payment ID
* @throws 400 * @throws 400
* @throws 401 * @throws 401
* @throws 404 * @throws 404