diff --git a/invoice.html b/invoice.html index c00fea4..da2506f 100644 --- a/invoice.html +++ b/invoice.html @@ -4461,12 +4461,20 @@

Generate a dry run invoice

# to see what is the next invoice that the system will generate for this account # account_id = "5527abbc-d83d-447f-bf3d-ab9542ea631e" +user = nil +reason = nil +comment = nil target_date = nil upcoming_invoice_target_date = true +plugin_properties = ["key%3Dvalue"] KillBillClient::Model::Invoice.trigger_invoice_dry_run(account_id, target_date, - upcoming_invoice_target_date, + upcoming_invoice_target_date, + plugin_properties, + user, + reason, + comment, options)
#
 # This case is when you create a dry-run invoice with UPCOMING_INVOICE,