mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
stripe usd invoices
This commit is contained in:
@@ -47,7 +47,7 @@ def create_invoice(args: dict) -> dict:
|
|||||||
stripe.InvoiceItem.create(
|
stripe.InvoiceItem.create(
|
||||||
customer=customer_id,
|
customer=customer_id,
|
||||||
amount=amount_cents,
|
amount=amount_cents,
|
||||||
currency="gbp",
|
currency="usd",
|
||||||
description=args.get("tripDetails", "Service Invoice"),
|
description=args.get("tripDetails", "Service Invoice"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user