Skip to content

Commit

Permalink
Merge pull request #300 from tungleduyxyz/update_generate_invoice_dry…
Browse files Browse the repository at this point in the history
…_run

Update generate invoice dry run API
  • Loading branch information
reshmabidikar authored Mar 10, 2024
2 parents b4eb0c4 + 7d00060 commit 1811846
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion source/includes/_invoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -1832,12 +1832,20 @@ Invoice dryRunInvoice = invoiceApi.generateDryRunInvoice(dryRunArg,
# 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)
```

Expand Down

0 comments on commit 1811846

Please sign in to comment.