Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
added Entities/NotificationSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
Invincibear committed Jan 23, 2024
1 parent 0d9928b commit 0ad5ce7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='paddle-billing-python-sdk',
version='0.0.1a13',
version='0.0.1a14',
author='Corey Regan',
author_email='[email protected]',
description='A Python wrapper for the Paddle Billing API',
Expand Down
6 changes: 6 additions & 0 deletions src/Entities/NotificationSettings/NotificationSettingType.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from enum import StrEnum


class NotificationSettingType(StrEnum):
Email = 'email'
Url = 'url'

0 comments on commit 0ad5ce7

Please sign in to comment.