Skip to content

Commit

Permalink
fix: correct field name from lago_item_id to lago_id (#187)
Browse files Browse the repository at this point in the history
* fix: correct field name from `lago_item_id` to `lago_id`
* fix: allow both `lago_item_id` and `lago_id`
  • Loading branch information
willymwai authored Sep 19, 2023
1 parent e8558b9 commit 82186b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lago_python_client/models/invoice_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ class InvoiceItemResponse(BaseResponseModel):
type: Optional[str]
code: Optional[str]
name: Optional[str]
lago_id: Optional[str]
lago_item_id: Optional[str]
item_type: Optional[str]

0 comments on commit 82186b8

Please sign in to comment.