Skip to content

Commit

Permalink
fix: Correct Disposition enum types (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Sep 20, 2024
1 parent 6b30a06 commit 0ad9443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle_billing/Entities/Shared/Disposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


class Disposition(PaddleStrEnum, metaclass=PaddleStrEnumMeta):
Attachment: "Attachment" = 'attachment'
Inline: "Inline" = 'inline'
Attachment: "Disposition" = 'attachment'
Inline: "Disposition" = 'inline'

0 comments on commit 0ad9443

Please sign in to comment.