Skip to content

Commit

Permalink
feat(api): api update (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 20, 2024
1 parent 47ad52a commit 1a31223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a027b5e8e2a0be2a6c41a0b9c17ad5978e55e31e2811410b99e279d642cad20c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-20c5ad39d175da218956d1a170f2485ea47d8b2f6ea1a13e1e684c770fad6efa.yml
2 changes: 1 addition & 1 deletion src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ class ElementCardSettlement(BaseModel):
"""

interchange: Optional[ElementCardSettlementInterchange] = None
"""Interchange assessed as a part of this transaciton."""
"""Interchange assessed as a part of this transaction."""

merchant_acceptor_id: str
"""
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ class SourceCardSettlement(BaseModel):
"""

interchange: Optional[SourceCardSettlementInterchange] = None
"""Interchange assessed as a part of this transaciton."""
"""Interchange assessed as a part of this transaction."""

merchant_acceptor_id: str
"""
Expand Down

0 comments on commit 1a31223

Please sign in to comment.