From 4d9dbb5e097ef73a7aea1f65dcb192d8472b7f98 Mon Sep 17 00:00:00 2001 From: Kill Bill core team Date: Sun, 10 Mar 2024 05:48:10 +0000 Subject: [PATCH] publish: Merge pull request #300 from tungleduyxyz/update_generate_invoice_dry_run generated from commit 18118467db24615b5d1445f2bf00ab89fd55b05d --- invoice.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/invoice.html b/invoice.html index c00fea4e..da2506f6 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,