mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
fix: update invoice parameter documentation for clarity
This commit is contained in:
parent
ba19b1c569
commit
45cc2afab5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class Invoice
|
|||
* Send invoice to user
|
||||
*
|
||||
* @param int $userId
|
||||
* @param array $invoice
|
||||
* @param array $invoice // $invoice['plan_name'] = 'Plan Name', $invoice['price'] = 100
|
||||
* @param array $bills
|
||||
* @param string $status
|
||||
* @param string $invoiceNo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue