Skip to content

Commit 82ae225

Browse files
authored
Add parameter to create_invoice_and_charge_immediately example (#1018)
1 parent c2feaa1 commit 82ae225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/billing_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def create_invoice_and_charge_immediately(
155155
156156
::
157157
158-
await billing_client.create_invoice_and_charge_immediately("<ORG-ID-TO-CHARGE>", <AMOUNT>, <DESCRIPTION>, "<ORG-ID-FOR-BRANDING>")
158+
await billing_client.create_invoice_and_charge_immediately("<ORG-ID-TO-CHARGE>", <AMOUNT>, <DESCRIPTION>, "<ORG-ID-FOR-BRANDING>", False)
159159
160160
Args:
161161
org_id_to_charge (str): the organization to charge

0 commit comments

Comments
 (0)