From d4716b23769ced70f83cddd7a06893fd8ee8c892 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Fri, 5 Jun 2020 15:33:49 +0200 Subject: [PATCH] correct documentation for Customers.add(), fixes #856 Signed-off-by: Michael Kaufmann --- lib/Froxlor/Api/Commands/Customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Froxlor/Api/Commands/Customers.php b/lib/Froxlor/Api/Commands/Customers.php index 47e309f4..97c31225 100644 --- a/lib/Froxlor/Api/Commands/Customers.php +++ b/lib/Froxlor/Api/Commands/Customers.php @@ -183,7 +183,7 @@ class Customers extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resource * optional, whether to show the content of custom_notes to the customer, default 0 (false) * @param string $new_loginname * optional, if empty generated automatically using customer-prefix and increasing number - * @param string $password + * @param string $new_customer_password * optional, if empty generated automatically and send to the customer's email if $sendpassword is 1 * @param bool $sendpassword * optional, whether to send the password to the customer after creation, default 0 (false)