Skip to content

Commit

Permalink
feat: add misc field to extra for storing random data
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Feb 20, 2024
1 parent 1840221 commit 9da1377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ChargeConfig(BaseModel):
network: Optional[str]
webhook_success: Optional[bool] = False
webhook_message: Optional[str]
misc: dict = {}


class Charges(BaseModel):
Expand Down

0 comments on commit 9da1377

Please sign in to comment.